Skip to content

Commit d72033c

Browse files
committed
chore: add storybook latest
1 parent 2e24206 commit d72033c

File tree

5 files changed

+8617
-12956
lines changed

5 files changed

+8617
-12956
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ coverage/
33
.eslintcache
44
.DS_Store
55
dist
6+
storybook-static

.storybook/main.js

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1-
module.exports = {
2-
stories: ['../stories/**/*.stories.{js,mdx}'],
1+
/** @type { import('@storybook/web-components-vite').StorybookConfig } */
2+
const config = {
3+
stories: ['../stories/**/*.stories.@(js|jsx|mjs|ts|tsx)'],
4+
framework: {
5+
name: '@storybook/web-components-vite',
6+
options: {},
7+
},
8+
docs: {
9+
autodocs: 'tag',
10+
},
311
};
12+
13+
export default config;

0 commit comments

Comments
 (0)