Skip to content

Commit

Permalink
fix(frontend): add missing vite.ssr.noExternal setting to astro build
Browse files Browse the repository at this point in the history
  • Loading branch information
Mati365 committed Oct 27, 2024
1 parent c0aa2a4 commit 0edba4f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions apps/frontend/astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,9 @@ export default defineConfig({
adapter: node({
mode: 'standalone',
}),
vite: {
ssr: {
noExternal: true,
},
},
});

0 comments on commit 0edba4f

Please sign in to comment.