Skip to content

Commit

Permalink
chore: fix typo in viteconfig exclude
Browse files Browse the repository at this point in the history
  • Loading branch information
mimarz committed Nov 13, 2024
1 parent 1f1271d commit 70fea86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ export default defineConfig({
},
},
// Temporary "fix" https://github.com/storybookjs/storybook/issues/28542
optimizeDeps: { exclude: ['apps/storybook/node_modules/.cache/storybook'] },
optimizeDeps: { exclude: ['./apps/storybook/node_modules/.cache/storybook'] },
});

0 comments on commit 70fea86

Please sign in to comment.