no soucemap generned

This commit is contained in:
2026-05-22 14:23:59 +08:00
parent 09aa034f52
commit 01bc52502f

View File

@@ -10,7 +10,7 @@
"debug:server": "cross-env NODE_OPTIONS=\"--loader ts-node/esm --inspect=5858\" ts-node-dev server/server.ts",
"debug:client": "cross-env PORT=3001 react-scripts start",
"debug": "concurrently \"npm run debug:server\" \"npm run debug:client\"",
"build": "react-scripts build",
"build": "cross-env GENERATE_SOURCEMAP=false react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"migrate-passwords": "ts-node -P tsconfig.json scripts/migratePasswords.ts"