memos/scripts/.air.toml

16 lines
304 B
TOML
Raw Normal View History

2021-12-08 18:43:14 +03:00
root = "."
2021-12-12 06:43:27 +03:00
tmp_dir = ".air"
2021-12-08 18:43:14 +03:00
[build]
2023-05-25 14:29:30 +03: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