From 02a589f794a56c958d2b6bf288a56e79cc6f0d0d Mon Sep 17 00:00:00 2001 From: porink0424 Date: Wed, 10 Apr 2024 18:57:12 +0900 Subject: [PATCH] Reset viteFinal config --- tslib/react/.storybook/main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tslib/react/.storybook/main.ts b/tslib/react/.storybook/main.ts index d7d5fb24e..0c4a305a4 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 ?? []), ".."], }, }, })