Skip to content

Commit

Permalink
Fix Cloudflare builds
Browse files Browse the repository at this point in the history
  • Loading branch information
SkyfallWasTaken committed Sep 3, 2024
1 parent 76da005 commit ce0d8f1
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion frontend/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,10 @@ import { defineConfig } from 'vite';

export default defineConfig({
plugins: [sveltekit()],
envDir: '../'
envDir: '../',
build: {
rollupOptions: {
external: ['@macfja/svelte-persistent-store', '@faker-js/faker', '@sveltejs/kit']
}
}
});

0 comments on commit ce0d8f1

Please sign in to comment.