about summary refs log tree commit diff stats
path: root/modd.conf
blob: e26c754c0b89d46510b0dfefe0c476d2f1b43a0c (plain)
1
2
3
4
5
6
7
8
internal/index/indexer.go {
  prep +onchange: "just reindex"
}

**/*.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"
}