all repos — searchix @ 94b21b286edff37496a2fe481963625ac01c30a1

Search engine for NixOS, nix-darwin, home-manager and NUR users

feat: more structured logging

Alan Pearce
commit

94b21b286edff37496a2fe481963625ac01c30a1

parent

f076b5bd6cb82edd99be50f3dbdd39bb9be2c44e

1 file changed, 1 insertion(+), 1 deletion(-)

changed files
M modd.confmodd.conf
@@ -1,4 +1,4 @@
**/*.go !**/*_templ.go config.toml { daemon +sigint: templ generate --watch --proxy="http://localhost:3000" --open-browser=false \ - --cmd="go run ./cmd/searchix-web --live --config config.toml" + --cmd="go run ./cmd/searchix-web --dev --config config.toml" }