diff --git a/ng2auth/package.json b/ng2auth/package.json index b62c570..9afb261 100644 --- a/ng2auth/package.json +++ b/ng2auth/package.json @@ -4,7 +4,7 @@ "license": "MIT", "angular-cli": {}, "scripts": { - "start": "ng serve", + "start": "ng serve --host 0.0.0.0 --port 4200", "lint": "tslint \"src/**/*.ts\"", "test": "ng test", "pree2e": "webdriver-manager update",