root = "." tmp_dir = ".air" [build] bin = "./.air/memogram" cmd = "go build -o ./.air/memogram ./bin/memogram/main.go" delay = 1000 exclude_dir = [".air", "build"] include_ext = ["go", "mod", "sum"] exclude_file = [] exclude_regex = [] exclude_unchanged = true follow_symlink = false send_interrupt = true kill_delay = 2000 stop_on_error = true