X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=scripts%2Fwatch%2Fclient.sh;h=09dcc23acab1a2c55b70278da557f65629ce089f;hb=95d5969445734ece19ad603a6d8cd20edf77cec9;hp=d5eb2581832f79c84142dad5fadf7fd67a9d9eef;hpb=04de542abd940f9d2ca213fba3c68580c6c9b78a;p=github%2FChocobozzz%2FPeerTube.git diff --git a/scripts/watch/client.sh b/scripts/watch/client.sh index d5eb25818..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/ --hotOnly --open +npm run ng -- server --hmr --host localhost --port 3000