From 5aa5ce5d57b262385ea6e49cbd6418d9e80a9a29 Mon Sep 17 00:00:00 2001 From: timteka Date: Mon, 26 Dec 2016 23:29:06 +0300 Subject: [PATCH] Update package.json --- ng2auth/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",