root = "." tmp_dir = ".air" [build] pre_cmd = ["killall -9 muninn 2>/dev/null || true"] # kill off potential zombie processes from previous runs cmd = "make --no-print-directory build" bin = "muninn" delay = 2000 include_ext = ["go"] include_file = ["main.go"] include_dir = [] exclude_dir = [ ] exclude_regex = ["_test.go$", "_gen.go$"] stop_on_error = true [log] main_only = true