diff --git a/tslib/react/.storybook/main.ts b/tslib/react/.storybook/main.ts index d7d5fb24..0c4a305a 100644 --- a/tslib/react/.storybook/main.ts +++ b/tslib/react/.storybook/main.ts @@ -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 ?? []), ".."], }, }, })