]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame_incremental - scripts/dev.sh
Server: move static/client routes in controllers/
[github/Chocobozzz/PeerTube.git] / scripts / dev.sh
... / ...
CommitLineData
1#!/usr/bin/env sh
2
3NODE_ENV=test concurrently \
4 "npm run watch:client" \
5 "npm start"