1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-04 10:19:35 +02:00
Peertube/scripts/watch/client.sh
2019-04-12 09:25:43 +02:00

7 lines
158 B
Bash
Executable file

#!/bin/sh
set -eu
cd client
npm run ng -- serve --proxy-config proxy.config.json --hmr --configuration hmr --host 0.0.0.0 --disable-host-check --port 3000