Reset viteFinal config

This commit is contained in:
porink0424
2024-04-10 18:57:12 +09:00
parent 55fe37e59a
commit 02a589f794
+1 -1
View File
@@ -20,7 +20,7 @@ const config: StorybookConfig = {
server: {
fs: {
// Since storybook overwrites the `allow` option, here we set it for sqlite-wasm
allow: [...(config.server?.fs?.allow ?? []), "..", "../.."],
allow: [...(config.server?.fs?.allow ?? []), ".."],
},
},
})