File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed
Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 11import type { StorybookConfig } from '@storybook-vue/nuxt'
22
3- const config : StorybookConfig = {
4- stories : [ '../components /**/*.mdx' , '../components/**/*. stories.@(js|jsx|ts|tsx |mdx)'] ,
3+ const config = {
4+ stories : [ '../app /**/*.stories.@(js|ts |mdx)' ] ,
55 addons : [ '@storybook/addon-a11y' , '@storybook/addon-docs' ] ,
66 framework : '@storybook-vue/nuxt' ,
7- }
7+ } satisfies StorybookConfig
88export default config
Original file line number Diff line number Diff line change 33 "editor.formatOnSave" : true ,
44 "i18n-ally.keystyle" : " nested" ,
55 "i18n-ally.localesPaths" : [" ./i18n/locales" ],
6- "typescript.tsdk" : " node_modules/typescript/lib"
6+ "typescript.tsdk" : " node_modules/typescript/lib" ,
7+ "explorer.fileNesting.enabled" : true ,
8+ "explorer.fileNesting.patterns" : {
9+ "*.vue" : " ${capture}.stories.ts"
10+ }
711}
You can’t perform that action at this time.
0 commit comments