github.com/taubyte/tau-cli@v0.1.13-0.20240326000942-487f0d57edfc/tests/.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 test -v --run Smartops"
     9    delay = 1
    10    exclude_dir = ["assets", "tmp", "vendor", "testdata", "tests/_fakeroot", "tau-cli"]
    11    exclude_file = []
    12    exclude_regex = []
    13    exclude_unchanged = false
    14    follow_symlink = false
    15    full_bin = ""
    16    include_dir = []
    17    include_ext = ["go", "tpl", "tmpl", "html"]
    18    include_file = []
    19    kill_delay = "0s"
    20    log = "build-errors.log"
    21    rerun = false
    22    rerun_delay = 500
    23    send_interrupt = false
    24    stop_on_error = false
    25  
    26  [color]
    27    app = ""
    28    build = "yellow"
    29    main = "magenta"
    30    runner = "green"
    31    watcher = "cyan"
    32  
    33  [log]
    34    main_only = false
    35    time = false
    36  
    37  [misc]
    38    clean_on_exit = false
    39  
    40  [screen]
    41    clear_on_rebuild = false
    42    keep_scroll = true