]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame_incremental - scripts/watch/client.sh
Merge branch 'weblate' into develop
[github/Chocobozzz/PeerTube.git] / scripts / watch / client.sh
... / ...
CommitLineData
1#!/bin/sh
2
3set -eu
4
5cd client
6
7npm run ng -- serve --proxy-config proxy.config.json --hmr --configuration hmr --host 0.0.0.0 --disable-host-check --port 3000