.air.toml 234 B

12345678910
  1. root = "."
  2. tmp_dir = "tmp"
  3. [build]
  4. cmd = "go build -o ./tmp/main ."
  5. bin = "./tmp/main"
  6. delay = 1000 # ms
  7. exclude_dir = ["assets", "tmp", "vendor"]
  8. include_ext = ["go", "tpl", "tmpl", "html"]
  9. exclude_regex = ["_test\\.go"]