about summary refs log tree commit diff stats
path: root/modd.conf
blob: a76738fd49fa4f0d3f7a7b6b390112de61c3537e (plain)
1
2
3
4
5
6
7
config.toml content/** static/** cmd/build/* internal/** {
    prep: go run ./cmd/build --base-url http://localhost:3000 --dev
}

config.toml website/** cmd/server/* "internal/{config,log,server,website}/**" {
    daemon: go run ./cmd/server
}