build: make `just dev` reload on go file changes
c232a6c46c59200236d1e1bea6b170859cda1005
4b2560893f433034fa7649f9979373adfb018e61
@@ -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