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