You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
memos/scripts/.air.toml

14 lines
273 B
TOML

3 years ago
root = "."
3 years ago
tmp_dir = ".air"
3 years ago
[build]
3 years ago
bin = "./.air/memos"
cmd = "go build -o ./.air/memos ./bin/server/main.go"
3 years ago
delay = 1000
3 years ago
exclude_dir = [".air", "web"]
3 years ago
exclude_file = []
exclude_regex = []
exclude_unchanged = false
follow_symlink = false
full_bin = ""