mirror of
https://github.com/gotson/komga.git
synced 2026-05-02 11:54:31 +02:00
exclude storybook from unplugin-vue-components
This commit is contained in:
parent
db9272ed72
commit
61d885db15
1 changed files with 1 additions and 0 deletions
|
|
@ -39,6 +39,7 @@ export default defineConfig({
|
|||
}),
|
||||
Components({
|
||||
dts: 'src/components.d.ts',
|
||||
globsExclude: ['src/components/*.stories.vue'],
|
||||
directoryAsNamespace: true,
|
||||
collapseSamePrefixes: true,
|
||||
resolvers: [IconsResolver()],
|
||||
|
|
|
|||
Loading…
Reference in a new issue