slash-e/scripts/.air.toml
2023-02-23 08:22:06 +08:00

16 lines
315 B
TOML

root = "."
tmp_dir = ".air"
[build]
bin = "./.air/corgi"
cmd = "go build -o ./.air/corgi ./main.go"
delay = 1000
exclude_dir = [".air", "web", "build"]
exclude_file = []
exclude_regex = []
exclude_unchanged = false
follow_symlink = false
full_bin = ""
send_interrupt = true
kill_delay = 2000