diff --git a/.storybook/main.ts b/.storybook/main.ts index e3b18f0..62812ef 100644 --- a/.storybook/main.ts +++ b/.storybook/main.ts @@ -15,12 +15,6 @@ const config: StorybookConfig = { }, docs: { autodocs: "tag" - }, - async viteFinal(config) { - - console.log('[vitefinal]', JSON.stringify(config, null, 2)) - - return config } } export default config