From cac323d9ae70f55a43fd99b73e60cf614be11797 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Wed, 19 Jun 2024 21:17:19 +0200 Subject: build: use modd instead of watchexec --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'justfile') diff --git a/justfile b/justfile index 053578a..812dd20 100644 --- a/justfile +++ b/justfile @@ -34,7 +34,7 @@ changelog: convco changelog | prettier --stdin-filepath CHANGELOG.md > CHANGELOG.md dev: - watchexec --no-vcs-ignore --filter "**/*.go" --filter config.toml -r wgo run -exit ./cmd/searchix-web --live --config config.toml + modd reindex: wgo run --exit ./cmd/searchix-web --config config.toml --replace -- cgit 1.4.1