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