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