Skip to content

Commit

Permalink
fix: local after building core
Browse files Browse the repository at this point in the history
  • Loading branch information
quentinderoubaix committed Feb 29, 2024
1 parent a409422 commit 7d265fd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions demo/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,7 @@ export default defineConfig((config) => ({
optimizeDeps: {
include: ['@amadeus-it-group/tansu', '@floating-ui/dom', 'svelte-markdown', 'marked', 'mermaid', '@stackblitz/sdk', 'shiki'],
},
ssr: {
noExternal: ['@agnos-ui/core'],
},
}));

0 comments on commit 7d265fd

Please sign in to comment.