From c92530b7940bfd9e0940dd07e4a33b8dc4b575ea Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Wed, 4 Dec 2024 17:28:48 +0100 Subject: fix: use UTC time for fetch/import timer --- justfile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'justfile') diff --git a/justfile b/justfile index 46c927a..dfa7bec 100644 --- a/justfile +++ b/justfile @@ -27,6 +27,9 @@ format: fix: go fix . +generate-defaults: + wgo run --exit ./cmd/searchix-web --print-default-config > defaults.toml + precommit: nix-build -A pre-commit-check -- cgit 1.4.1