From 7ff68f00bccfc9982b4f039bb17592a020b1c8e5 Mon Sep 17 00:00:00 2001 From: blek Date: Sat, 21 Oct 2023 00:23:37 +1000 Subject: [PATCH] add assets directory to cargo watch list --- filed/dev-entry.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/filed/dev-entry.sh b/filed/dev-entry.sh index c614b70..a47f7bf 100755 --- a/filed/dev-entry.sh +++ b/filed/dev-entry.sh @@ -5,4 +5,4 @@ cd /opt/code cargo check cargo build -cargo watch -w src -w templates -x run \ No newline at end of file +cargo watch -w src -w templates -w assets -x run \ No newline at end of file