From 604074a0983f251751ddb86458357c4c20e8c32e Mon Sep 17 00:00:00 2001 From: Radoslav Karaivanov Date: Mon, 22 Apr 2024 10:41:32 +0300 Subject: [PATCH] build: Disabled storybook autodocs feature (#1172) --- .storybook/main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.storybook/main.ts b/.storybook/main.ts index 5d3cfcabd..6366c843d 100644 --- a/.storybook/main.ts +++ b/.storybook/main.ts @@ -12,7 +12,7 @@ const config: StorybookConfig = { options: {}, }, docs: { - autodocs: true, + autodocs: false, }, viteFinal: async (config, options) => { const { mergeConfig } = await import('vite');