mirror of
https://github.com/gotson/komga.git
synced 2026-05-08 12:35:30 +02:00
storybook static dirs
This commit is contained in:
parent
c99f2a2bb4
commit
c0fc8f1b74
1 changed files with 1 additions and 1 deletions
|
|
@ -14,6 +14,6 @@ const config: StorybookConfig = {
|
|||
name: '@storybook/vue3-vite',
|
||||
options: {},
|
||||
},
|
||||
staticDirs: ['../public-msw'],
|
||||
staticDirs: ['../public', '../public-msw'],
|
||||
}
|
||||
export default config
|
||||
|
|
|
|||
Loading…
Reference in a new issue