Skip to content

Commit

Permalink
update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Corentin Giraud committed May 10, 2018
1 parent 379703e commit 4c87884
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"license": "Apache-2.0",
"scripts": {
"ng": "ng",
"start": "ng serve --proxy-config proxy.conf.json",
"start": "ng serve --proxy-config proxy.conf.json --host 0.0.0.0 --disable-host-check",
"build": "ng build",
"build:prod": "ng build --prod",
"lint": "ng lint"
Expand Down

0 comments on commit 4c87884

Please sign in to comment.