root = "." testdata_dir = "testdata" tmp_dir = "tmp" [build] bin = "./tmp/main" cmd = "go build -o ./tmp/main ./cmd/server/main.go" include_ext = ["go", "toml"] exclude_dir = ["tmp", "vendor", "node_modules"] delay = 1000 stop_on_error = true clean_on_exit = true [log] time = true [color] main = "magenta" watcher = "cyan" build = "yellow" runner = "green" [screen] clear_on_rebuild = true