This website requires JavaScript.
Explore
Help
Sign In
interesting
/
PeerTube
mirror of
https://github.com/Chocobozzz/PeerTube.git
Watch
1
Star
0
Fork
You've already forked PeerTube
0
Code
Issues
Projects
Releases
Wiki
Activity
a14d3b6b23
PeerTube
/
scripts
/
dev
/
index.sh
8 lines
104 B
Bash
Raw
Normal View
History
Unescape
Escape
Clean shell scripts (#398)
2018-03-27 03:35:12 -05:00
#!/bin/sh
set
-eu
Move video file metadata in their own table Will be used for user video quotas and multiple video resolutions
2017-08-25 04:36:23 -05:00
NODE_ENV
=
test
concurrently -k
\
"npm run watch:client"
\
"npm run watch:server"