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 }