github.com/simpleiot/simpleiot@v0.18.3/.air.toml (about)

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