]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - scripts/watch/client.sh
Fix error logging
[github/Chocobozzz/PeerTube.git] / scripts / watch / client.sh
index 6d4759b4ef8a231bc4e43c97fa665ef11877de4e..2481e2269585e2cad3b18480692f24d6cff06bbe 100755 (executable)
@@ -2,4 +2,4 @@
 
 cd client || exit -1
 
-ng server --hmr --host localhost --port 3000
+npm run ng -- server --hmr --host 0.0.0.0 --disable-host-check --port 3000