diff --git a/client/package.json b/client/package.json index 2b64831e..38725611 100644 --- a/client/package.json +++ b/client/package.json @@ -19,7 +19,7 @@ "license": "Apache-2.0", "scripts": { "ng": "ng", - "start": "ng serve --proxy-config proxy.conf.json", + "start": "ng serve --proxy-config proxy.conf.json --host 0.0.0.0 --disable-host-check", "build": "ng build", "build:prod": "ng build --prod", "lint": "ng lint"