]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
Fix client dev mode
authorChocobozzz <me@florianbigard.com>
Mon, 10 Feb 2020 13:48:45 +0000 (14:48 +0100)
committerChocobozzz <chocobozzz@cpy.re>
Mon, 10 Feb 2020 15:39:28 +0000 (16:39 +0100)
scripts/dev/client.sh

index a36a47a346ba6e5993933494a9aedf5df66503ea..bcb8b88f607ecc71faa862ea893b56c20fb90dfb 100755 (executable)
@@ -2,7 +2,7 @@
 
 set -eu
 
-clientCommand="cd client && node node_modules/.bin/ng serve --proxy-config proxy.config.json --hmr --configuration hmr,fr --host 0.0.0.0 --disable-host-check --port 3000"
+clientCommand="cd client && node node_modules/.bin/ng serve --proxy-config proxy.config.json --hmr --configuration hmr --host 0.0.0.0 --disable-host-check --port 3000"
 serverCommand="npm run build:server && NODE_ENV=test node dist/server"
 
 if [ ! -z ${1+x} ] && [ "$1" == "--skip-server" ]; then