Skip to content

Commit

Permalink
Updated meta-client's package.json with --disableHostCheck=true
Browse files Browse the repository at this point in the history
  • Loading branch information
nishant-jain-94 committed Oct 13, 2017
1 parent e53cf12 commit b60785a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meta-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"license": "MIT",
"scripts": {
"ng": "ng",
"start": "ng serve --host=0.0.0.0 --port=4201",
"start": "ng serve --host=0.0.0.0 --port=4201 --disableHostCheck true",
"build": "ng build",
"test": "ng test",
"lint": "ng lint",
Expand Down

0 comments on commit b60785a

Please sign in to comment.