Skip to content

Commit

Permalink
fix: local storybook build
Browse files Browse the repository at this point in the history
  • Loading branch information
KelvinOm committed Feb 4, 2025
1 parent 63a23f7 commit 5ce027e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/client/packages/storybook/vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,7 @@ export default defineConfig({
],
},
},
optimizeDeps: {
exclude: ["@storybook/components"],
},
});

0 comments on commit 5ce027e

Please sign in to comment.