Add --disable-host-check to development watch script to support proxies.
See also https://github.com/webpack/webpack-dev-server/issues/882
This commit is contained in:
parent
897cab462b
commit
42f1923430
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue