root = "." tmp_dir = "tmp" [build] cmd = "go build -o ./tmp/main ./cmd/server" bin = "./tmp/main" full_bin = "./tmp/main" include_ext = ["go", "mod", "sum"] exclude_dir = ["tmp", "vendor", "migrations"] delay = 1000 stop_on_error = true [misc] clean_on_exit = true