Skip to content

Commit

Permalink
Run update script.
Browse files Browse the repository at this point in the history
  • Loading branch information
aidanCQ committed Dec 19, 2024
1 parent c92f36b commit 8536b72
Show file tree
Hide file tree
Showing 3 changed files with 6,286 additions and 13,635 deletions.
13 changes: 10 additions & 3 deletions .storybook/main.ts
Original file line number Diff line number Diff line change
@@ -1,18 +1,25 @@
const config = {
stories: ["../stories/**/*.stories.@(js|jsx|mjs|ts|tsx)"],

addons: [
"@storybook/addon-links",
"@storybook/addon-essentials",
"@storybook/addon-onboarding",
"@storybook/addon-interactions",
"@chromatic-com/storybook"
],

framework: {
name: "@storybook/react-vite",
options: {},
},
docs: {
autodocs: "tag",
},

docs: {},

staticDirs: ["../dist"],

typescript: {
reactDocgen: "react-docgen-typescript"
}
};
export default config;
Loading

0 comments on commit 8536b72

Please sign in to comment.