From 7dcf8c1a16b9b8e9f17617bdec6a3cdc158c06d9 Mon Sep 17 00:00:00 2001 From: Tim Chamberlain Date: Wed, 8 Feb 2023 14:36:38 -0600 Subject: [PATCH] SPRINT-20: added max-http-header-size on react startup --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6d5be94..c01eb73 100644 --- a/package.json +++ b/package.json @@ -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"