mirror of
https://github.com/actix/actix-website
synced 2025-08-30 16:40:22 +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`].
|
||||
|
||||
```sh
|
||||
cargo watch -x 'run --bin app'
|
||||
```
|
||||
cargo watch -x run
|
||||
```
|
||||
|
||||
## Historical Note
|
||||
|
||||
|
Reference in New Issue
Block a user