diff --git a/ngapp/package.json b/ngapp/package.json index 5b9fe10f..e5a1630c 100644 --- a/ngapp/package.json +++ b/ngapp/package.json @@ -4,7 +4,7 @@ "license": "MIT", "scripts": { "ng": "ng", - "start": "ng serve --host 0.0.0.0 --port 8080", + "start": "ng serve --host 0.0.0.0 --port 8080 --disable-host-check", "build": "ng build", "test": "ng test", "lint": "ng lint",