diff options
Diffstat (limited to 'scripts/watch')
-rwxr-xr-x | scripts/watch/client.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/watch/client.sh b/scripts/watch/client.sh index 710c87037..7dcce5861 100755 --- a/scripts/watch/client.sh +++ b/scripts/watch/client.sh | |||
@@ -4,4 +4,4 @@ set -eu | |||
4 | 4 | ||
5 | cd client | 5 | cd client |
6 | 6 | ||
7 | npm run ng -- server --hmr --host 0.0.0.0 --disable-host-check --port 3000 | 7 | npm run ng -- serve --hmr --host 0.0.0.0 --disable-host-check --port 3000 |