memos/scripts/.air.toml

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