From a585af352c8f78f62a964f81192516ee6a2556e1 Mon Sep 17 00:00:00 2001 From: Benjamin Bouvier Date: Tue, 16 Jan 2018 23:37:15 +0100 Subject: Fixes #205: Fix Janitor configuration; --- scripts/watch/client.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/watch') 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 @@ cd client || exit -1 -npm run ng -- server --hmr --host localhost --port 3000 +npm run ng -- server --hmr --host 0.0.0.0 --port 3000 -- cgit v1.2.3