memos/scripts/.air.toml

17 lines
325 B
TOML
Raw Normal View History

2021-12-08 23:43:14 +08:00
root = "."
2021-12-12 11:43:27 +08:00
tmp_dir = ".air"
2021-12-08 23:43:14 +08:00
[build]
2023-05-25 19:29:30 +08:00
bin = "./.air/memos --mode dev"
cmd = "go build -o ./.air/memos ./main.go"
delay = 1000
exclude_dir = [".air", "web", "build"]
exclude_file = []
exclude_regex = []
exclude_unchanged = false
follow_symlink = false
full_bin = ""
send_interrupt = true
kill_delay = 2000
stop_on_error = true