Server: add pod created date and score to the list controller
[oweals/peertube.git] / scripts / dev.sh
1 #!/usr/bin/env sh
2
3 NODE_ENV=test concurrently \
4   "npm run watch:client" \
5   "npm start"