mirror of
https://github.com/actix/actix-website
synced 2024-11-27 18:12:57 +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`].
|
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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user