SPRINT-20: added max-http-header-size on react startup

This commit is contained in:
Tim Chamberlain
2023-02-08 14:36:38 -06:00
parent 570bf05053
commit 7dcf8c1a16

View File

@ -51,7 +51,7 @@
"geff-ham": "rm -rf node_modules/ && rm -rf package-lock.json && rm -rf lib/ && npm install",
"npm-install": "npm install",
"prepublishOnly": "tsc -p ./ --outDir lib/",
"start": "BROWSER=none react-scripts start",
"start": "BROWSER=none react-scripts --max-http-header-size=65535 start",
"test": "react-scripts test",
"cypress:open": "cypress open",
"cypress:run": "cypress run"