about summary refs log tree commit diff stats
path: root/justfile
diff options
context:
space:
mode:
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