github.com/lucasscarioca/music-stash@v0.0.0-20230829021135-a8b8893b12a5/.air.toml (about)

     1  root = "."
     2  testdata_dir = "testdata"
     3  tmp_dir = "tmp"
     4  
     5  [build]
     6  args_bin = []
     7  bin = "tmp\\main.exe"
     8  cmd = "go test -v ./... && tailwindcss -i ./assets/tailwind.css -o ./assets/static/css/styles.css && go build -o ./tmp/main.exe ./cmd/server/..."
     9  delay = 1000
    10  exclude_dir = ["tmp", "vendor", "testdata"]
    11  exclude_file = []
    12  exclude_regex = []
    13  exclude_unchanged = false
    14  follow_symlink = false
    15  full_bin = ""
    16  include_dir = []
    17  include_ext = ["go", "html", "css", "js"]
    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