ytdl-web/.air.toml

47 lines
678 B
TOML
Raw Normal View History

2023-04-14 11:58:32 -04:00
root = "."
testdata_dir = "testdata"
tmp_dir = "tmp"
[build]
2023-04-14 21:55:00 -04:00
args_bin = ["-l", "0.0.0.0"]
2023-04-14 23:37:52 -04:00
bin = "./out/ytdl-web"
cmd = "build"
delay = 1000
2023-04-15 20:18:30 -04:00
exclude_dir = [
"assets",
"tmp",
"vendor",
"testdata",
"out",
"dist",
".trunk",
"charts",
]
exclude_file = []
exclude_regex = ["_test.go"]
exclude_unchanged = false
follow_symlink = false
full_bin = ""
include_dir = []
include_ext = ["go", "tpl", "tmpl", "html"]
kill_delay = "0s"
log = "build-errors.log"
send_interrupt = false
stop_on_error = true
2023-04-14 11:58:32 -04:00
[color]
app = ""
build = "yellow"
main = "magenta"
runner = "green"
watcher = "cyan"
2023-04-14 11:58:32 -04:00
[log]
time = false
2023-04-14 11:58:32 -04:00
[misc]
clean_on_exit = false
2023-04-14 11:58:32 -04:00
[screen]
clear_on_rebuild = false