mirror of
https://github.com/actix/actix-website
synced 2025-08-31 08:57:01 +02:00
@@ -7,8 +7,8 @@ title: Auto-Reloading
|
|||||||
During development it can be very handy to have cargo automatically recompile the code on changes. This can be accomplished very easily by using [`cargo-watch`].
|
During development it can be very handy to have cargo automatically recompile the code on changes. This can be accomplished very easily by using [`cargo-watch`].
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
cargo watch -x 'run --bin app'
|
cargo watch -x run
|
||||||
```
|
```
|
||||||
|
|
||||||
## Historical Note
|
## Historical Note
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user