This commit is contained in:
Pavel Prichodko 2023-01-23 15:29:03 +01:00
parent 89f44e435e
commit 185b0aa053
No known key found for this signature in database
GPG Key ID: 0EB8D75C775AB6F1
2 changed files with 5 additions and 5 deletions

View File

@ -5,4 +5,4 @@
**/protos
**/coverage
.next
**/.data
.vercel

View File

@ -7,15 +7,15 @@ const config: StorybookConfig = {
'@storybook/addon-essentials',
'@storybook/addon-interactions',
'storybook-addon-designs',
'storybook-dark-mode'
'storybook-dark-mode',
],
framework: {
name: '@storybook/react-vite',
options: {}
options: {},
},
docs: {
autodocs: 'tag'
}
autodocs: 'tag',
},
}
export default config