diff --git a/client/angular.json b/client/angular.json index 6a13e6b..1ce05bf 100644 --- a/client/angular.json +++ b/client/angular.json @@ -58,6 +58,13 @@ }, "serve": { "builder": "@angular-devkit/build-angular:dev-server", + "options": { + "host": "0.0.0.0", + "port": 4200, + "allowedHosts": [ + "dev.unifihomenetwork.com" + ] + }, "configurations": { "production": { "buildTarget": "client:build:production"