diff options
author | Alan Pearce | 2024-06-19 21:17:19 +0200 |
---|---|---|
committer | Alan Pearce | 2024-06-19 21:17:19 +0200 |
commit | cac323d9ae70f55a43fd99b73e60cf614be11797 (patch) | |
tree | 11e2cd2f5069106631d0048a71751e3ef2802e10 /justfile | |
parent | 28e4c215fe0590788ea36c50b7aa044d36bc90d8 (diff) | |
download | searchix-cac323d9ae70f55a43fd99b73e60cf614be11797.tar.lz searchix-cac323d9ae70f55a43fd99b73e60cf614be11797.tar.zst searchix-cac323d9ae70f55a43fd99b73e60cf614be11797.zip |
build: use modd instead of watchexec
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 |