Skip to content

Commit

Permalink
Frontend(feat): Storybok init
Browse files Browse the repository at this point in the history
Frontend(feat): Storybok init
  • Loading branch information
tooooo1 committed Jun 15, 2023
2 parents 572b185 + 9ab845f commit 7138a88
Show file tree
Hide file tree
Showing 6 changed files with 17,302 additions and 6,914 deletions.
10 changes: 7 additions & 3 deletions frontend/.storybook/main.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,16 @@ module.exports = {
"@storybook/addon-links",
"@storybook/addon-essentials",
"@storybook/addon-interactions",
"@storybook/addon-mdx-gfm",
],
framework: "@storybook/react",
core: {
builder: "@storybook/builder-vite",
framework: {
name: "@storybook/react-vite",
options: {},
},
features: {
storyStoreV7: true,
},
docs: {
autodocs: true,
},
};
Loading

0 comments on commit 7138a88

Please sign in to comment.