From 8aaae66677be3f4a6ae8cb6fc30d1df6add830e8 Mon Sep 17 00:00:00 2001 From: blek Date: Sat, 4 Nov 2023 14:26:33 +1000 Subject: [PATCH] watch config also --- 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 309680a..4abfbdd 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 -w static -x run +cargo watch -w src -w templates -w static -w config -x run