From 9389b7dd633f6cc4653e6709a972cc7d6ab9e48f Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Thu, 9 May 2024 20:10:58 +0200 Subject: build: add reindex command --- justfile | 3 +++ 1 file changed, 3 insertions(+) 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 -- cgit 1.4.1