all repos — searchix @ c232a6c46c59200236d1e1bea6b170859cda1005

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

build: make `just dev` reload on go file changes
Alan Pearce alan@alanpearce.eu
Fri, 10 May 2024 12:58:26 +0200
commit

c232a6c46c59200236d1e1bea6b170859cda1005

parent

4b2560893f433034fa7649f9979373adfb018e61

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

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