Skip to content
This repository has been archived by the owner on Nov 22, 2019. It is now read-only.

Commit

Permalink
Disable HOST Check
Browse files Browse the repository at this point in the history
  • Loading branch information
rareddy committed Jan 12, 2018
1 parent acdc3c2 commit e9b589c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ngapp/package.json
Expand Up @@ -4,7 +4,7 @@
"license": "MIT",
"scripts": {
"ng": "ng",
"start": "ng serve --host 0.0.0.0 --port 8080",
"start": "ng serve --host 0.0.0.0 --port 8080 --disable-host-check",
"build": "ng build",
"test": "ng test",
"lint": "ng lint",
Expand Down

0 comments on commit e9b589c

Please sign in to comment.