slash-e/scripts/.air.toml
2022-09-13 22:34:13 +08:00

14 lines
295 B
TOML

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