diff options
author | Alan Pearce | 2024-05-09 20:10:58 +0200 |
---|---|---|
committer | Alan Pearce | 2024-05-09 20:10:58 +0200 |
commit | 9389b7dd633f6cc4653e6709a972cc7d6ab9e48f (patch) | |
tree | ac8e427a91f268ed27f9de7618c649d90cacc4e6 /justfile | |
parent | 35df7d411b34c5fc166b06589e1a89cdb7231491 (diff) | |
download | searchix-9389b7dd633f6cc4653e6709a972cc7d6ab9e48f.tar.lz searchix-9389b7dd633f6cc4653e6709a972cc7d6ab9e48f.tar.zst searchix-9389b7dd633f6cc4653e6709a972cc7d6ab9e48f.zip |
build: add reindex command
Diffstat (limited to 'justfile')
-rw-r--r-- | justfile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/justfile b/justfile index d5082cb..85cc4c9 100644 --- a/justfile +++ b/justfile @@ -22,3 +22,6 @@ precommit: dev: watchexec wgo run -exit ./serve/ --live --config-file config.toml + +reindex: + wgo run -exit ./import/ --replace --config-file config.toml |