diff options
Diffstat (limited to 'justfile')
-rw-r--r-- | justfile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/justfile b/justfile index de45c98..200457b 100644 --- a/justfile +++ b/justfile @@ -27,6 +27,9 @@ format: fix: go fix . +build: + nix build .# + generate-defaults: wgo run --exit ./cmd/searchix-web --print-default-config > defaults.toml |