From: Jan Keromnes Date: Thu, 25 Jan 2018 13:41:10 +0000 (+0100) Subject: Add --disable-host-check to development watch script to support proxies. X-Git-Tag: v0.0.16-alpha~23 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=42f192343035dd56ecd67cc578a7984393a940e5;p=github%2FChocobozzz%2FPeerTube.git Add --disable-host-check to development watch script to support proxies. See also https://github.com/webpack/webpack-dev-server/issues/882 --- 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