Disable mangling in backend

This commit is contained in:
Konstantin Wohlwend 2024-12-01 02:11:29 -08:00
parent a94907112d
commit 71ae863108

View File

@ -8,7 +8,7 @@
"with-env": "dotenv -c development --",
"with-env:prod": "dotenv -c --",
"dev": "concurrently -n \"dev,codegen,prisma-studio\" -k \"next dev --port 8102\" \"pnpm run codegen:watch\" \"pnpm run prisma-studio\"",
"build": "pnpm run codegen && next build",
"build": "pnpm run codegen && next build --no-mangling",
"analyze-bundle": "ANALYZE_BUNDLE=1 pnpm run build",
"start": "next start --port 8102",
"codegen-prisma": "pnpm run prisma generate",