about summary refs log tree commit diff stats
path: root/modd.conf
blob: f956feafb75b24688c5738bb7d22ec0fe97919dc (plain)
1
2
3
4
5
**/*.go !**/*_templ.go {
  daemon +sigint: systemfd -s http::3000 -- \
    templ generate --watch \
      --cmd="go run ./cmd/server --dev"
}