vite.config prisma

This commit is contained in:
titver968
2025-11-27 16:55:26 +01:00
parent 77efdda5f3
commit 2a052478f0
3 changed files with 814 additions and 2185 deletions

View File

@@ -4,9 +4,6 @@ import { defineConfig } from 'vite';
export default defineConfig({
plugins: [sveltekit()],
ssr: {
noExternal: ['@prisma/client']
},
optimizeDeps: {
exclude: ['@prisma/client']
external: ['@prisma/client', '.prisma/client']
}
});