1
0
Fork 0
peertube/scripts/watch/client.sh

8 lines
125 B
Bash
Raw Normal View History

2018-03-27 04:35:12 -04:00
#!/bin/sh
2016-06-03 16:34:39 -04:00
2018-03-27 04:35:12 -04:00
set -eu
cd client
2016-06-03 16:34:39 -04:00
2018-05-16 13:59:21 -04:00
npm run ng -- serve --hmr --configuration hmr --host 0.0.0.0 --disable-host-check --port 3000