memos/scripts/.air-windows.toml

16 lines
341 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"
2023-12-11 22:16:39 +08:00
cmd = "go build -o ./.air/memos.exe ./bin/memos/main.go"
2023-05-25 19:29:30 +08:00
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