diff --git a/package.json b/package.json index e3be3ae..ea02f43 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "scripts": { "ng": "ng", "build": "npm run env -s && ng build --prod", - "start": "npm run env -s && ng serve --proxy-config proxy.conf.js", + "start": "npm run env -s && ng serve --proxy-config proxy.conf.js --host 0.0.0.0", "serve:sw": "npm run build -s && npx http-server ./dist -p 4200", "lint": "ng lint && stylelint \"src/**/*.scss\" --syntax scss && htmlhint \"src\" --config .htmlhintrc", "test": "npm run env -s && ng test",