aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/watch/client.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/watch/client.sh')
-rwxr-xr-xscripts/watch/client.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/watch/client.sh b/scripts/watch/client.sh
index 09dcc23ac..d8c3a2547 100755
--- a/scripts/watch/client.sh
+++ b/scripts/watch/client.sh
@@ -2,4 +2,4 @@
2 2
3cd client || exit -1 3cd client || exit -1
4 4
5npm run ng -- server --hmr --host localhost --port 3000 5npm run ng -- server --hmr --host 0.0.0.0 --port 3000