diff options
Diffstat (limited to 'justfile')
-rw-r--r-- | justfile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |