diff --git a/package.json b/package.json index 9ef70d5..8a76a1e 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "0.0.0", "scripts": { "ng": "ng", - "start": "ng serve --port 8080 --proxy-config proxy.conf.json", + "start": "ng serve --host 0.0.0.0 --port 8080 --disable-host-check --proxy-config proxy.conf.json", "build": "ng build", "test": "ng test", "lint": "ng lint",