root = "." tmp_dir = "tmp" [build] cmd = "go build -buildvcs=false -o ./tmp/main ." bin = "tmp/main" delay = 1000 exclude_dir = ["tmp", "vendor"]