This commit is contained in:
Joseph Garrone
2024-06-09 15:00:18 +02:00
parent af7733b3dc
commit 34971c67de
9 changed files with 17 additions and 25 deletions

View File

@ -12,6 +12,6 @@ const config: StorybookConfig = {
name: "@storybook/react-vite",
options: {}
},
staticDirs: ["../public"],
staticDirs: ["../public"]
};
export default config;