]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - scripts/dev/embed.sh
/!\ Use a dedicated config file for development
[github/Chocobozzz/PeerTube.git] / scripts / dev / embed.sh
1 #!/bin/bash
2
3 set -eu
4
5 npm run concurrently -- -k \
6 "cd client && npm run webpack -- --config webpack/webpack.video-embed.js --mode development --watch" \
7 "npm run build:server && NODE_ENV=dev npm start"