This website requires JavaScript.
Explore
Help
Sign In
OpenCloud
/
PeerTube
mirror of
https://github.com/Chocobozzz/PeerTube
Watch
1
Star
0
Fork
You've already forked PeerTube
0
Code
Issues
Releases
Wiki
Activity
897cab462b
PeerTube
/
scripts
/
watch
/
client.sh
6 lines
95 B
Bash
Raw
Normal View
History
Unescape
Escape
Adapt npm scripts
2016-06-03 22:34:39 +02:00
#!/usr/bin/env sh
cd
client
||
exit
-1
Fixes #205: Fix Janitor configuration;
2018-01-16 23:37:15 +01:00
npm run ng -- server --hmr --host 0.0.0.0 --port
3000