.air.toml 532 B

1234567891011121314151617181920212223242526272829303132
  1. root = "."
  2. tmp_dir = "build"
  3. [build]
  4. bin = "./build/ppgo api"
  5. cmd = "go build -o build "
  6. delay = 200
  7. exclude_dir = ["vendor"]
  8. exclude_file = []
  9. exclude_regex = []
  10. exclude_unchanged = false
  11. follow_symlink = false
  12. full_bin = ""
  13. include_dir = []
  14. include_ext = ["go"]
  15. kill_delay = "0s"
  16. log = "build-errors.log"
  17. send_interrupt = false
  18. stop_on_error = true
  19. [color]
  20. app = ""
  21. build = "yellow"
  22. main = "magenta"
  23. runner = "green"
  24. watcher = "cyan"
  25. [log]
  26. time = false
  27. [misc]
  28. clean_on_exit = false