root = "." tmp_dir = "tmp_web" [build] cmd = "go build -o ./tmp_web/main ./cmd/web/main.go" bin = "./tmp_web/main" delay = 1000