root = "." tmp_dir = ".air-tmp" [build] bin = "./.air-tmp/main" cmd = "just build && go build -o ./.air-tmp/main cmd/server/main.go" delay = 1000 exclude_dir = ["node_modules"] 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