Skip to content

Commit

Permalink
chore: add vite to storybook
Browse files Browse the repository at this point in the history
  • Loading branch information
fitfab committed Apr 12, 2022
1 parent f6952f5 commit 487bf14
Show file tree
Hide file tree
Showing 4 changed files with 726 additions and 27 deletions.
14 changes: 7 additions & 7 deletions .storybook/main.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module.exports = {
"stories": ["../src/**/*.stories.mdx", "../src/**/*.stories.@(js|jsx|ts|tsx)"],
"addons": ["@storybook/addon-links", "@storybook/addon-essentials", "@storybook/addon-interactions"],
"framework": "@storybook/react",
"core": {
"builder": "@storybook/builder-vite"
}
};
stories: ['../src/**/*.stories.mdx', '../src/**/*.stories.@(js|jsx|ts|tsx)'],
addons: ['@storybook/addon-links', '@storybook/addon-essentials', '@storybook/addon-interactions'],
framework: '@storybook/react',
core: {
builder: '@storybook/builder-vite',
},
}
Loading

0 comments on commit 487bf14

Please sign in to comment.