Skip to content

Commit

Permalink
Make config more dry
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonrundell committed Jul 26, 2024
1 parent b799b52 commit 1ef2b95
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .storybook/main.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
/** @type { import('@storybook/react-vite').StorybookConfig } */
const config = {
stories: [
'../src/stories/**/*.mdx',
'../src/stories/**/*.stories.@(js|jsx|mjs|ts|tsx)'
],
stories: ['../src/stories/**/*.stories.@(js|jsx|ts|tsx|mdx)'],
addons: [
'@storybook/addon-links',
'@storybook/addon-essentials',
Expand Down

0 comments on commit 1ef2b95

Please sign in to comment.