Skip to content

Commit

Permalink
chore: type sb config
Browse files Browse the repository at this point in the history
  • Loading branch information
MiroslavPetrik committed Feb 23, 2024
1 parent a9dece1 commit bea6981
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .storybook/main.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import type { StorybookConfig } from "@storybook/react-vite";

export default {
stories: ["../src/**/*.mdx", "../src/**/*.stories.@(js|jsx|ts|tsx)"],
staticDirs: ["../public"],
Expand All @@ -6,7 +8,7 @@ export default {
"@storybook/addon-essentials",
"@storybook/addon-interactions",
],
framework: { name: "@storybook/react-vite" },
framework: "@storybook/react-vite",
core: {
builder: "@storybook/builder-vite",
disableTelemetry: true,
Expand All @@ -20,4 +22,4 @@ export default {
},
};
},
};
} satisfies StorybookConfig;

0 comments on commit bea6981

Please sign in to comment.