mirror of
https://github.com/actix/actix-website
synced 2024-11-23 16:31:08 +01:00
parent
bb42ca002c
commit
f33180bf8a
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user