We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9926450 commit 1928f04Copy full SHA for 1928f04
apps/demo/.storybook/main.ts
@@ -11,7 +11,7 @@ function getAbsolutePath(value: string): any {
11
}
12
const config: StorybookConfig = {
13
stories: ["../src/**/*.mdx", "../src/**/*.stories.@(js|jsx|mjs|ts|tsx)",
14
- resolve(__dirname, "../../../packages/ui/components/button/button.stories.ts")
+ resolve(__dirname, "../../../packages/ui/components/**/*.stories.ts")
15
],
16
addons: [
17
getAbsolutePath("@storybook/addon-onboarding"),
0 commit comments