mirror of
https://github.com/actix/actix-website
synced 2025-02-25 13:32:49 +01:00
fix cargo watch link
This commit is contained in:
parent
b25e6ee17b
commit
fa45d6e037
@ -1,13 +1,13 @@
|
|||||||
---
|
---
|
||||||
title: Autoreloading
|
title: Auto-Reloading
|
||||||
menu: docs_patterns
|
menu: docs_patterns
|
||||||
weight: 1000
|
weight: 1000
|
||||||
---
|
---
|
||||||
|
|
||||||
# Auto-Reloading Development Server
|
# Auto-Reloading Development Server
|
||||||
|
|
||||||
During development it can be very handy to have cargo automatically recompile the code on change.
|
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][cargowatch].
|
This can be accomplished very easily by using [`cargo-watch`].
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
cargo watch -x 'run --bin app'
|
cargo watch -x 'run --bin app'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user