root = "." testdata_dir = "testdata" tmp_dir = "tmp" [build] args_bin = ["-conf", "./dashboard.cfg.toml"] bin = "./tmp/dashboard" cmd = "go build -o ./tmp/dashboard ./cmd/dashboard" delay = 1000 exclude_dir = ["assets", "tmp", "vendor", "testdata", "gen"] exclude_file = [] exclude_regex = ["_test.go", ".pb.go"] exclude_unchanged = false follow_symlink = false full_bin = "" include_dir = [] include_ext = ["go", "toml"] include_file = [] kill_delay = "0s" log = "build-errors.log" poll = false poll_interval = 0 post_cmd = [] pre_cmd = [] rerun = false rerun_delay = 500 send_interrupt = true stop_on_error = true [log] main_only = false time = true [misc] clean_on_exit = false [screen] clear_on_rebuild = true keep_scroll = true