PeerTube/scripts/watch/client.sh

8 lines
158 B
Bash
Raw Normal View History

2018-03-27 10:35:12 +02:00
#!/bin/sh
2016-06-03 22:34:39 +02:00
2018-03-27 10:35:12 +02:00
set -eu
cd client
2016-06-03 22:34:39 +02:00
2019-01-30 09:39:42 +01:00
npm run ng -- serve --proxy-config proxy.config.json --hmr --configuration hmr --host 0.0.0.0 --disable-host-check --port 3000