memos/scripts/.air.toml

16 lines
315 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]
2021-12-12 11:43:27 +08:00
bin = "./.air/memos"
cmd = "go build -o ./.air/memos ./main.go"
2021-12-08 23:43:14 +08:00
delay = 1000
2022-08-27 08:57:05 +08:00
exclude_dir = [".air", "web", "build"]
2021-12-08 23:43:14 +08:00
exclude_file = []
exclude_regex = []
exclude_unchanged = false
follow_symlink = false
full_bin = ""
2023-02-03 10:30:18 +08:00
send_interrupt = true
kill_delay = 2000