From c0fc8f1b74fd86e3318df7e2e59c42a5a8c8c04c Mon Sep 17 00:00:00 2001 From: Gauthier Roebroeck Date: Wed, 25 Jun 2025 14:45:21 +0800 Subject: [PATCH] storybook static dirs --- next-ui/.storybook/main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/next-ui/.storybook/main.ts b/next-ui/.storybook/main.ts index 320d58b5..f16e48c3 100644 --- a/next-ui/.storybook/main.ts +++ b/next-ui/.storybook/main.ts @@ -14,6 +14,6 @@ const config: StorybookConfig = { name: '@storybook/vue3-vite', options: {}, }, - staticDirs: ['../public-msw'], + staticDirs: ['../public', '../public-msw'], } export default config