memos/scripts/.air.toml

14 lines
269 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]
2021-12-12 06:43:27 +03:00
bin = "./.air/memos"
cmd = "go build -o ./.air/memos ./server/main.go"
2021-12-08 18:43:14 +03:00
delay = 1000
2021-12-12 06:43:27 +03:00
exclude_dir = [".air", "web"]
2021-12-08 18:43:14 +03:00
exclude_file = []
exclude_regex = []
exclude_unchanged = false
follow_symlink = false
full_bin = ""