diff --git a/package.json b/package.json index f898ffb..5deb530 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "web-vitals": "^2.1.4" }, "scripts": { - "start": "BROWSER=none PORT=50051 react-scripts start", + "start": "BROWSER=none HOST=localhost PORT=50051 react-scripts start", "build": "react-scripts build", "test": "react-scripts test", "eject": "react-scripts eject"