.air.conf 365 B

123456789101112131415161718
  1. root = "."
  2. # watch_dir = "runner"
  3. tmp_dir = "tmp"
  4. [build]
  5. bin = "tmp/automation api"
  6. cmd = "go build -o ./tmp/automation ./main.go"
  7. log = "server-errors.log"
  8. include_ext = ["go", "tpl", "tmpl", "html"]
  9. exclude_dir = ["assets", "vendor", "frontend/node_modules"]
  10. delay = 800
  11. [color]
  12. main = "magenta"
  13. watcher = "cyan"
  14. build = "yellow"
  15. runner = "green"
  16. app = "white"