diff options
author | Chocobozzz <me@florianbigard.com> | 2017-12-12 14:45:42 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2017-12-12 14:45:42 +0100 |
commit | 77d07d690968a9631fc0c8bafbaebd27a5ebaab6 (patch) | |
tree | d513fdc81ed82b60edaa0b683f5f8d8dc9fc9db3 /scripts/watch/client.sh | |
parent | b2731bff2834fb6aacf166cf435030bf96eb12f3 (diff) | |
download | PeerTube-77d07d690968a9631fc0c8bafbaebd27a5ebaab6.tar.gz PeerTube-77d07d690968a9631fc0c8bafbaebd27a5ebaab6.tar.zst PeerTube-77d07d690968a9631fc0c8bafbaebd27a5ebaab6.zip |
Add hmr
Diffstat (limited to 'scripts/watch/client.sh')
-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 b754ade76..6d4759b4e 100755 --- a/scripts/watch/client.sh +++ b/scripts/watch/client.sh | |||
@@ -2,4 +2,4 @@ | |||
2 | 2 | ||
3 | cd client || exit -1 | 3 | cd client || exit -1 |
4 | 4 | ||
5 | ng server --host localhost --port 3000 | 5 | ng server --hmr --host localhost --port 3000 |