memos/scripts/.air-windows.toml

16 lines
331 B
TOML
Raw Normal View History

root = "."
tmp_dir = ".air"
[build]
2023-05-25 19:29:30 +08:00
bin = "./.air/memos.exe --mode dev"
cmd = "go build -o ./.air/memos.exe ./main.go"
delay = 1000
exclude_dir = [".air", "web", "build"]
include_ext = ["go", "mod", "sum"]
2023-05-25 19:29:30 +08:00
exclude_file = []
exclude_regex = []
exclude_unchanged = true
2023-05-25 19:29:30 +08:00
follow_symlink = false
kill_delay = 2000
stop_on_error = true