memos/scripts/.air-windows.toml
2023-12-11 22:16:39 +08:00

16 lines
341 B
TOML

root = "."
tmp_dir = ".air"
[build]
bin = "./.air/memos.exe --mode dev"
cmd = "go build -o ./.air/memos.exe ./bin/memos/main.go"
delay = 1000
exclude_dir = [".air", "web", "build"]
include_ext = ["go", "mod", "sum"]
exclude_file = []
exclude_regex = []
exclude_unchanged = true
follow_symlink = false
kill_delay = 2000
stop_on_error = true