about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--justfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/justfile b/justfile
index 85cc4c9..da0122f 100644
--- a/justfile
+++ b/justfile
@@ -21,7 +21,7 @@ precommit:
 	nix-build -A pre-commit-check
 
 dev:
-	watchexec wgo run -exit ./serve/ --live --config-file config.toml
+	watchexec -e go -r wgo run -exit ./serve/ --live --config-file config.toml
 
 reindex:
 	wgo run -exit ./import/ --replace --config-file config.toml