add assets directory to cargo watch list
This commit is contained in:
parent
06a281aa08
commit
7ff68f00bc
|
@ -5,4 +5,4 @@ cd /opt/code
|
|||
cargo check
|
||||
cargo build
|
||||
|
||||
cargo watch -w src -w templates -x run
|
||||
cargo watch -w src -w templates -w assets -x run
|
Loading…
Reference in New Issue