1 file + 1 − 1 Inline Compare changes Side-by-side Inline Show whitespace changes Files 1 ExpressAPI/package.json +1 −1 Original line number Diff line number Diff line Loading @@ -9,7 +9,7 @@ "clean" : "rm -R dist/*", "build" : "npx tsc --project ./", "start:dev" : "npx nodemon src/app.ts", "start:prod": "NODE_ENV=production npx node --max-http-header-size=104+8576 dist/app.js" "start:prod": "NODE_ENV=production npx node --max-http-header-size=1048576 dist/app.js" }, "dependencies" : { "axios" : "^1.4.0", Loading
ExpressAPI/package.json +1 −1 Original line number Diff line number Diff line Loading @@ -9,7 +9,7 @@ "clean" : "rm -R dist/*", "build" : "npx tsc --project ./", "start:dev" : "npx nodemon src/app.ts", "start:prod": "NODE_ENV=production npx node --max-http-header-size=104+8576 dist/app.js" "start:prod": "NODE_ENV=production npx node --max-http-header-size=1048576 dist/app.js" }, "dependencies" : { "axios" : "^1.4.0", Loading