root = "." tmp_dir = ".air-tmp" [build] bin = "./tijl.dev" cmd = "just build" delay = 1000 exclude_dir = ["node_modules","modules/db","static/js","static/css"] exclude_unchanged = false follow_symlink = false include_ext = ["go", "html"] kill_delay = "0s" log = "build-errors.log" send_interrupt = false stop_on_error = true [color] build = "yellow" main = "magenta" runner = "green" watcher = "cyan" [log] time = false [misc] clean_on_exit = true