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
9f16472264
PeerTube
/
scripts
/
dev
/
index.sh
8 lines
104 B
Bash
Executable File
Raw
Blame
History
#!/bin/sh
set
-eu
NODE_ENV
=
test
concurrently -k
\
"npm run watch:client"
\
"npm run watch:server"
Reference in New Issue
View Git Blame
Copy Permalink