Skip to content
Snippets Groups Projects
Commit 67483b44 authored by michael.minelli's avatar michael.minelli
Browse files

Package => http header size debug

parent c4ce2318
No related branches found
No related tags found
No related merge requests found
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
"clean" : "rm -R dist/*", "clean" : "rm -R dist/*",
"build" : "npx tsc --project ./", "build" : "npx tsc --project ./",
"start:dev" : "npx nodemon src/app.ts", "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" : { "dependencies" : {
"axios" : "^1.4.0", "axios" : "^1.4.0",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment