From 94b21b286edff37496a2fe481963625ac01c30a1 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Mon, 1 Jul 2024 22:15:06 +0200 Subject: feat: more structured logging --- justfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'justfile') diff --git a/justfile b/justfile index fbfbc2e..94b90ee 100644 --- a/justfile +++ b/justfile @@ -47,7 +47,7 @@ dev: modd reindex: - wgo run --exit ./cmd/searchix-web --config config.toml --replace + wgo run --exit ./cmd/searchix-web --config config.toml --replace --dev update: - wgo run --exit ./cmd/searchix-web --config config.toml --update + wgo run --exit ./cmd/searchix-web --config config.toml --update --dev -- cgit 1.4.1