hugo-htmx-go-template/.air.toml

46 lines
872 B
TOML
Raw Normal View History

2023-06-25 13:52:00 +00:00
root = "."
testdata_dir = "testdata"
tmp_dir = "tmp"
[build]
args_bin = []
bin = "./tmp/hugo-htmx-go-template"
cmd = "go build -o ./tmp/hugo-htmx-go-template server.go"
delay = 1000
exclude_dir = ["assets", "tmp", "vendor", "testdata"]
exclude_file = []
exclude_regex = ["_test.go"]
exclude_unchanged = false
follow_symlink = false
full_bin = ""
include_dir = []
include_ext = ["go", "tpl", "tmpl", "html"]
include_file = []
# 50ms in nanoseconds
kill_delay = 500000000
log = "build-errors.log"
poll = false
poll_interval = 500
rerun = false
rerun_delay = 500
send_interrupt = true
stop_on_error = true
[color]
app = ""
build = "yellow"
main = "magenta"
runner = "green"
watcher = "cyan"
[log]
main_only = true
time = false
[misc]
clean_on_exit = true
[screen]
clear_on_rebuild = false
keep_scroll = true