diff --git a/scripts/watch/client.sh b/scripts/watch/client.sh index d8c3a2547..2481e2269 100755 --- a/scripts/watch/client.sh +++ b/scripts/watch/client.sh @@ -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