From f7e83a7c9b5ee476301ace7d73cf8ec0358c2a41 Mon Sep 17 00:00:00 2001 From: blek Date: Sat, 21 Oct 2023 00:40:11 +1000 Subject: [PATCH] fix dumb directory name mistake --- 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 a47f7bf..309680a 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 assets -x run \ No newline at end of file +cargo watch -w src -w templates -w static -x run