This commit is contained in:
Moritz Utcke
2025-03-19 11:12:53 -03:00
parent 959fcd7f3b
commit aea651c7f7
7 changed files with 94 additions and 81 deletions

View File

@@ -19,6 +19,11 @@ export default defineConfig({
optimizeDeps: {
exclude: ["bun"]
},
build: {
rollupOptions: {
external: ["bun", "stream", "node:stream", "http", "node:http", "https", "http2", "path", "os", "crypto", "fs", "url", "util", "child_process"]
}
},
ssr: {
external: ["@prisma/client", "bun", "stream"],
resolve: {