github.com/kuoss/venti@v0.2.20/.air.toml (about)

     1  root = "."
     2  testdata_dir = "testdata"
     3  tmp_dir = "tmp"
     4  
     5  [build]
     6    bin = "./tmp/main"
     7    cmd = "go build -o ./tmp/main ."
     8    delay = 1000
     9    exclude_dir = ["data", "tmp", "tools", "web"]
    10    exclude_file = []
    11    exclude_regex = ["_test.go"]
    12    exclude_unchanged = false
    13    follow_symlink = false
    14    full_bin = ""
    15    include_dir = []
    16    include_ext = ["go","yaml"]
    17    kill_delay = "0s"
    18    log = "build-errors.log"
    19    send_interrupt = false
    20    stop_on_error = true
    21  
    22  [color]
    23    app = ""
    24    build = "yellow"
    25    main = "magenta"
    26    runner = "green"
    27    watcher = "cyan"
    28  
    29  [log]
    30    time = false
    31  
    32  [misc]
    33    clean_on_exit = false
    34  
    35  [screen]
    36    clear_on_rebuild = false