mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-13 21:01:21 +08:00
Disable mangling in backend
This commit is contained in:
parent
a94907112d
commit
71ae863108
@ -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",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user