add assets directory to cargo watch list

This commit is contained in:
blek 2023-10-21 00:23:37 +10:00
parent 06a281aa08
commit 7ff68f00bc
Signed by: blek
GPG Key ID: 14546221E3595D0C
1 changed files with 1 additions and 1 deletions

View File

@ -5,4 +5,4 @@ cd /opt/code
cargo check cargo check
cargo build cargo build
cargo watch -w src -w templates -x run cargo watch -w src -w templates -w assets -x run