From d4aea9890b1db5ebde114ecb1c332e3f301ef092 Mon Sep 17 00:00:00 2001 From: alex Date: Sun, 19 Nov 2023 10:43:32 +0100 Subject: [PATCH] run on localhost --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"