We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af14255 commit 75e2decCopy full SHA for 75e2dec
backend/package.json
@@ -6,7 +6,7 @@
6
"scripts": {
7
"start": "SSL_CERT_FILE=certs.pem NODE_ENV=development nodemon --exec babel-node index.js",
8
"build": "webpack --mode=production",
9
- "start:prod": "SSL_CERT_FILE=certs.pem NODE_ENV=production node backend-production.js",
+ "start:prod": "SSL_CERT_FILE=certs.pem NODE_ENV=production node --max-http-header-size 24576 backend-production.js",
10
"test": "jest"
11
},
12
"keywords": [],
0 commit comments