diff --git a/package.json b/package.json index fd2ad7d..66319ea 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "private": true, "scripts": { "ng": "ng", - "start": "ng serve --port 4400", + "start": "ng serve --host 0.0.0.0 --port 4400 --disable-host-check", "build": "ng build", "watch": "ng build --watch --configuration development", "test": "ng test",