Skip to content

Commit

Permalink
Reset viteFinal config
Browse files Browse the repository at this point in the history
  • Loading branch information
porink0424 committed Apr 10, 2024
1 parent 55fe37e commit 02a589f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tslib/react/.storybook/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 ?? []), ".."],
},
},
})
Expand Down

0 comments on commit 02a589f

Please sign in to comment.