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"