update storybook
This commit is contained in:
parent
efa0c0113b
commit
b3c906f628
3 changed files with 1360 additions and 852 deletions
|
|
@ -2,19 +2,18 @@ import type { StorybookConfig } from "@storybook/react-vite";
|
|||
|
||||
const config: StorybookConfig = {
|
||||
stories: ["../src/**/*.mdx", "../src/**/*.stories.@(js|jsx|mjs|ts|tsx)"],
|
||||
|
||||
addons: [
|
||||
"@storybook/addon-links",
|
||||
"@storybook/addon-essentials",
|
||||
"@storybook/addon-onboarding",
|
||||
"@storybook/addon-interactions"
|
||||
],
|
||||
|
||||
framework: {
|
||||
name: "@storybook/react-vite",
|
||||
options: {}
|
||||
},
|
||||
docs: {
|
||||
autodocs: "tag"
|
||||
},
|
||||
staticDirs: ["../public"]
|
||||
|
||||
staticDirs: ["../public"],
|
||||
};
|
||||
export default config;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue