From 0cfcbae8189353a1ad29bafbd520e6965290f367 Mon Sep 17 00:00:00 2001 From: Jan Keromnes Date: Wed, 30 Jan 2019 08:39:42 +0000 Subject: Add automated dev setup using Gitpod --- 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 f3799d2e9..1d6b8c2aa 100755 --- a/scripts/watch/client.sh +++ b/scripts/watch/client.sh @@ -4,4 +4,4 @@ set -eu cd client -npm run ng -- serve --hmr --configuration hmr --host 0.0.0.0 --disable-host-check --port 3000 +npm run ng -- serve --proxy-config proxy.config.json --hmr --configuration hmr --host 0.0.0.0 --disable-host-check --port 3000 -- cgit v1.2.3