diff options
author | Benjamin Bouvier <public@benj.me> | 2018-01-16 23:37:15 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-01-25 11:13:07 +0100 |
commit | a585af352c8f78f62a964f81192516ee6a2556e1 (patch) | |
tree | d2f6c553924cb6a2d110497343b0851c82ad03ac /scripts/watch | |
parent | 15dbc134bd92b3b9953d676b6c6bda2d41e4945b (diff) | |
download | PeerTube-a585af352c8f78f62a964f81192516ee6a2556e1.tar.gz PeerTube-a585af352c8f78f62a964f81192516ee6a2556e1.tar.zst PeerTube-a585af352c8f78f62a964f81192516ee6a2556e1.zip |
Fixes #205: Fix Janitor configuration;
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 09dcc23ac..d8c3a2547 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 | npm run ng -- server --hmr --host localhost --port 3000 | 5 | npm run ng -- server --hmr --host 0.0.0.0 --port 3000 |