build: add extra command to index without replacing existing index
Alan Pearce alan@alanpearce.eu
Sun, 12 May 2024 14:35:46 +0200
1 files changed, 4 insertions(+), 1 deletions(-)
jump to
M justfile → justfile
@@ -23,5 +23,8 @@ dev: watchexec -e go -r wgo run -exit ./serve/ --live --config-file config.toml +index: + wgo run -exit ./import/ --config-file config.toml + reindex: - wgo run -exit ./import/ --replace --config-file config.toml + wgo run -exit ./import/ --config-file config.toml --replace