From 02589f637da77501030f0f37b3aafe2ff4c2c304 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Fri, 17 May 2024 15:38:44 +0200 Subject: build: make `just dev` watch config.toml --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/justfile b/justfile index 7a3988c..125a8f4 100644 --- a/justfile +++ b/justfile @@ -21,7 +21,7 @@ precommit: nix-build -A pre-commit-check dev: - watchexec -e go -r wgo run -exit ./ --live --config config.toml + watchexec --no-vcs-ignore --filter "**/*.go" --filter config.toml -r wgo run -exit ./ --live --config config.toml reindex: wgo run -exit . --config config.toml --replace -- cgit 1.4.1