aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/watch/client.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/watch/client.sh')
-rwxr-xr-xscripts/watch/client.sh7
1 files changed, 0 insertions, 7 deletions
diff --git a/scripts/watch/client.sh b/scripts/watch/client.sh
deleted file mode 100755
index 1d6b8c2aa..000000000
--- a/scripts/watch/client.sh
+++ /dev/null
@@ -1,7 +0,0 @@
1#!/bin/sh
2
3set -eu
4
5cd client
6
7npm run ng -- serve --proxy-config proxy.config.json --hmr --configuration hmr --host 0.0.0.0 --disable-host-check --port 3000