Skip to content

Commit

Permalink
Add --disable-host-check to development watch script to support proxies.
Browse files Browse the repository at this point in the history
  • Loading branch information
jankeromnes authored and Chocobozzz committed Jan 25, 2018
1 parent 897cab4 commit 42f1923
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/watch/client.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

cd client || exit -1

npm run ng -- server --hmr --host 0.0.0.0 --port 3000
npm run ng -- server --hmr --host 0.0.0.0 --disable-host-check --port 3000

0 comments on commit 42f1923

Please sign in to comment.