Skip to content

Commit

Permalink
docs(storybook): fix story loading glob
Browse files Browse the repository at this point in the history
  • Loading branch information
zettca committed Jul 31, 2024
1 parent 4e15ba1 commit 41754da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .storybook/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ export default {
stories: [
"../docs/**/*.mdx",
"../docs/**/*.stories.tsx",
"../packages/**/src/**/*.mdx",
"../packages/**/src/**/*.stories.@(ts|tsx)",
"../packages/*/src/**/*.mdx",
"../packages/*/src/**/*.stories.@(ts|tsx)",
],
core: {
disableTelemetry: true,
Expand Down

0 comments on commit 41754da

Please sign in to comment.