all repos — searchix @ d2a473cfe8ad289d6304f5edca4542aa68dd7dc7

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 --live --config config.toml"
}