all repos — searchix @ c4f8adb01ae4f74ed648ac0d58d423857c4d168a

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

modd.conf (view raw)

1
2
3
4
**/*.go !**/*_templ.go config.toml {
  daemon +sigint: templ generate --watch --proxy="http://localhost:3000" --open-browser=false \
    --cmd="go run ./cmd/searchix-web --dev --config config.toml"
}