all repos — searchix @ 02589f637da77501030f0f37b3aafe2ff4c2c304

Search engine for NixOS, nix-darwin, home-manager and NUR users

build: make `just dev` watch config.toml
Alan Pearce alan@alanpearce.eu
Fri, 17 May 2024 15:38:44 +0200
commit

02589f637da77501030f0f37b3aafe2ff4c2c304

parent

05e61978906a08132c4340a5f9ae518134dd0fa9

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M justfilejustfile
@@ -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