X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=scripts%2Fwatch%2Fclient.sh;h=09dcc23acab1a2c55b70278da557f65629ce089f;hb=95d5969445734ece19ad603a6d8cd20edf77cec9;hp=313f66670e61d33f579a0f213f4d183643b9313e;hpb=4771e0008dd26eadbb7eaff64255a6ec914fdadb;p=github%2FChocobozzz%2FPeerTube.git diff --git a/scripts/watch/client.sh b/scripts/watch/client.sh index 313f66670..09dcc23ac 100755 --- a/scripts/watch/client.sh +++ b/scripts/watch/client.sh @@ -2,4 +2,4 @@ cd client || exit -1 -npm run webpack-dev-server -- --config config/webpack.dev.js --progress --profile --colors --watch --content-base src/ --inline --hot --open +npm run ng -- server --hmr --host localhost --port 3000