diff --git a/apps/storybook/.storybook/main.ts b/apps/storybook/.storybook/main.ts index d0d6f7d..e99a3f9 100644 --- a/apps/storybook/.storybook/main.ts +++ b/apps/storybook/.storybook/main.ts @@ -2,7 +2,7 @@ import type { StorybookConfig } from "@storybook/react-vite"; const config: StorybookConfig = { framework: "@storybook/react-vite", - stories: [], + stories: ["../../../packages/core-ui/src/**/*.stories.@(ts|tsx)"], addons: ["@storybook/addon-essentials"], docs: { autodocs: "tag",