Files
memes-telegram-integration/scripts/.air.toml
2024-05-14 22:04:46 +08:00

17 lines
346 B
TOML

root = "."
tmp_dir = ".air"
[build]
bin = "./.air/memogram"
cmd = "go build -o ./.air/memogram ./bin/memogram/main.go"
delay = 1000
exclude_dir = [".air", "build"]
include_ext = ["go", "mod", "sum"]
exclude_file = []
exclude_regex = []
exclude_unchanged = true
follow_symlink = false
send_interrupt = true
kill_delay = 2000
stop_on_error = true