From 8eff99d05adb2a41bf8c8f275598d44df7018e03 Mon Sep 17 00:00:00 2001 From: Jake Kasper Date: Thu, 21 Aug 2025 10:16:13 -0500 Subject: [PATCH] fix host header --- frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index 09095b1..d61da1b 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -38,7 +38,7 @@ "typescript": "^4.9.5" }, "scripts": { - "start": "react-scripts start", + "start": "DANGEROUSLY_DISABLE_HOST_CHECK=true react-scripts start", "build": "react-scripts build", "test": "react-scripts test", "eject": "react-scripts eject"