about summary refs log tree commit diff stats
path: root/modd.conf
blob: ab3e70e5acbe5835be0d67d1f55c8ed4d75accad (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
}

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