about summary refs log tree commit diff stats
path: root/justfile
diff options
context:
space:
mode:
authorAlan Pearce2024-12-04 17:28:48 +0100
committerAlan Pearce2024-12-04 17:28:48 +0100
commitc92530b7940bfd9e0940dd07e4a33b8dc4b575ea (patch)
tree465c3d05b2034e1a0c1daefcad2c645c79bfd90a /justfile
parentec4946ee959b2d7d28287e9cd4643a0698833f6b (diff)
downloadsearchix-c92530b7940bfd9e0940dd07e4a33b8dc4b575ea.tar.lz
searchix-c92530b7940bfd9e0940dd07e4a33b8dc4b575ea.tar.zst
searchix-c92530b7940bfd9e0940dd07e4a33b8dc4b575ea.zip
fix: use UTC time for fetch/import timer
Diffstat (limited to 'justfile')
-rw-r--r--justfile3
1 files changed, 3 insertions, 0 deletions
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