From c232a6c46c59200236d1e1bea6b170859cda1005 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Fri, 10 May 2024 12:58:26 +0200 Subject: build: make `just dev` reload on go file changes --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit 1.4.1