From b570dbcf0c0bab9a942d21bfec335dfeff2b54a4 Mon Sep 17 00:00:00 2001 From: francisfuzz <15894826+francisfuzz@users.noreply.github.com> Date: Tue, 29 Oct 2019 08:06:45 -0700 Subject: [PATCH] config: update start cmd for local development cc/ https://github.com/facebook/create-react-app/issues/3984 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 850667f..b2bd517 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "react-scripts": "3.2.0" }, "scripts": { - "start": "react-scripts start", + "start": "HOST=0.0.0.0 react-scripts start", "build": "react-scripts build", "test": "react-scripts test", "eject": "react-scripts eject"