X-Git-Url: http://git.euphorik.ch/?a=blobdiff_plain;f=backend%2Flaunch_debug.ps1;h=c0ed2bcaf324bbdcf93cbd1a6567eb7972536d1c;hb=HEAD;hp=0f083fe327b89583d1da181fc1498a77428805c1;hpb=9a4fa224d81978e42349bfbc6688933d67d37566;p=valheim_web.git diff --git a/backend/launch_debug.ps1 b/backend/launch_debug.ps1 index 0f083fe..c0ed2bc 100644 --- a/backend/launch_debug.ps1 +++ b/backend/launch_debug.ps1 @@ -1,2 +1,2 @@ -# To launch RUP and watching source. See https://actix.rs/docs/autoreload/. -systemfd --no-pid -s http::8082 -- cargo watch -x run \ No newline at end of file +# To launch the web server and watching source. See https://actix.rs/docs/autoreload/. +cargo watch -x 'run' \ No newline at end of file