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 8a6f0c9 commit f31da99Copy full SHA for f31da99
site/.storybook/main.js
@@ -1,7 +1,7 @@
1
const path = require("path")
2
3
module.exports = {
4
- stories: ["../**/*.stories.mdx", "../**/*.stories.@(js|jsx|ts|tsx)"],
+ stories: ["../src/**/*.stories.mdx", "../src/**/*.stories.@(js|jsx|ts|tsx)"],
5
addons: ["@storybook/addon-links", "@storybook/addon-essentials"],
6
babel: async (options) => ({
7
...options,
0 commit comments