about summary refs log tree commit diff stats
path: root/justfile
diff options
context:
space:
mode:
authorAlan Pearce2024-05-09 20:10:58 +0200
committerAlan Pearce2024-05-09 20:10:58 +0200
commit9389b7dd633f6cc4653e6709a972cc7d6ab9e48f (patch)
treeac8e427a91f268ed27f9de7618c649d90cacc4e6 /justfile
parent35df7d411b34c5fc166b06589e1a89cdb7231491 (diff)
downloadsearchix-9389b7dd633f6cc4653e6709a972cc7d6ab9e48f.tar.lz
searchix-9389b7dd633f6cc4653e6709a972cc7d6ab9e48f.tar.zst
searchix-9389b7dd633f6cc4653e6709a972cc7d6ab9e48f.zip
build: add reindex command
Diffstat (limited to 'justfile')
-rw-r--r--justfile3
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