.air-windows.toml 341 B

123456789101112131415
  1. root = "."
  2. tmp_dir = ".air"
  3. [build]
  4. bin = "./.air/memos.exe --mode dev"
  5. cmd = "go build -o ./.air/memos.exe ./bin/memos/main.go"
  6. delay = 1000
  7. exclude_dir = [".air", "web", "build"]
  8. include_ext = ["go", "mod", "sum"]
  9. exclude_file = []
  10. exclude_regex = []
  11. exclude_unchanged = true
  12. follow_symlink = false
  13. kill_delay = 2000
  14. stop_on_error = true