diff options
author | Alan Pearce | 2024-07-01 22:15:06 +0200 |
---|---|---|
committer | Alan Pearce | 2024-07-01 22:15:06 +0200 |
commit | 94b21b286edff37496a2fe481963625ac01c30a1 (patch) | |
tree | bdfd7803dd4eb22da785331b8547ff9858e2b0e6 /justfile | |
parent | f076b5bd6cb82edd99be50f3dbdd39bb9be2c44e (diff) | |
download | searchix-94b21b286edff37496a2fe481963625ac01c30a1.tar.lz searchix-94b21b286edff37496a2fe481963625ac01c30a1.tar.zst searchix-94b21b286edff37496a2fe481963625ac01c30a1.zip |
feat: more structured logging
Diffstat (limited to 'justfile')
-rw-r--r-- | justfile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |