diff --git a/package.json b/package.json index 0a9ac3d..434a285 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "0.0.0", "scripts": { "ng": "ng", - "start": "ng serve --host=www.vdk2ch.ru --disable-host-check", + "start": "ng serve --host=0.0.0.0 --publicHost=angular.vdk2ch.ru --disable-host-check", "build": "ng build", "watch": "ng build --watch --configuration development", "test": "ng test"