root = "." tmp_dir = "tmp" [build] cmd = "go build -o ./tmp/backend main.go" full_bin = "./tmp/backend" delay = 200 exclude_dir = ["assets", "tmp", "vendor", "node_modules"] exclude_file = [] exclude_regex = [] exclude_unchanged = false follow_symlink = false include_dir = ["internal", "views", "static", "."] include_ext = ["go", "html", "css", "js"] include_file = ["main.go"] kill_delay = "0s" log = "build-errors.log" send_interrupt = false stop_on_error = false [color] app = "" build = "yellow" main = "green" runner = "cyan" watcher = "blue" [log] time = false [misc] clean_on_exit = true [screen] clear_on_rebuild = false