fix host header

This commit is contained in:
Jake Kasper
2025-08-21 10:16:13 -05:00
parent ac230d2848
commit 8eff99d05a

View File

@@ -38,7 +38,7 @@
"typescript": "^4.9.5" "typescript": "^4.9.5"
}, },
"scripts": { "scripts": {
"start": "react-scripts start", "start": "DANGEROUSLY_DISABLE_HOST_CHECK=true react-scripts start",
"build": "react-scripts build", "build": "react-scripts build",
"test": "react-scripts test", "test": "react-scripts test",
"eject": "react-scripts eject" "eject": "react-scripts eject"