.air.toml 913 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. root = "."
  2. testdata_dir = "testdata"
  3. tmp_dir = "tmp"
  4. [build]
  5. args_bin = []
  6. bin = "./tmp/gohub"
  7. cmd = "go build -o ./tmp/gohub ."
  8. delay = 1000
  9. exclude_dir = ["assets", "tmp", "vendor", "testdata"]
  10. exclude_file = []
  11. exclude_regex = ["_test.go"]
  12. exclude_unchanged = false
  13. follow_symlink = false
  14. full_bin = ""
  15. include_dir = []
  16. include_ext = ["go", "tpl", "tmpl", "html"]
  17. include_file = []
  18. kill_delay = "0s"
  19. log = "build-errors.log"
  20. poll = false
  21. poll_interval = 0
  22. post_cmd = []
  23. pre_cmd = []
  24. rerun = false
  25. rerun_delay = 500
  26. send_interrupt = false
  27. stop_on_error = false
  28. [color]
  29. app = ""
  30. build = "yellow"
  31. main = "magenta"
  32. runner = "green"
  33. watcher = "cyan"
  34. [log]
  35. main_only = false
  36. silent = false
  37. time = false
  38. [misc]
  39. clean_on_exit = false
  40. [proxy]
  41. app_port = 0
  42. enabled = false
  43. proxy_port = 0
  44. [screen]
  45. clear_on_rebuild = true
  46. keep_scroll = true