2023-05-09 08:16:38 +08:00
|
|
|
root = "."
|
|
|
|
tmp_dir = ".air"
|
|
|
|
|
|
|
|
[build]
|
2023-05-25 19:29:30 +08:00
|
|
|
bin = "./.air/memos.exe --mode dev"
|
2023-12-11 22:16:39 +08:00
|
|
|
cmd = "go build -o ./.air/memos.exe ./bin/memos/main.go"
|
2023-05-25 19:29:30 +08:00
|
|
|
delay = 1000
|
|
|
|
exclude_dir = [".air", "web", "build"]
|
2023-10-22 22:09:25 +08:00
|
|
|
include_ext = ["go", "mod", "sum"]
|
2023-05-25 19:29:30 +08:00
|
|
|
exclude_file = []
|
|
|
|
exclude_regex = []
|
2023-10-22 22:09:25 +08:00
|
|
|
exclude_unchanged = true
|
2023-05-25 19:29:30 +08:00
|
|
|
follow_symlink = false
|
|
|
|
kill_delay = 2000
|
2023-10-22 22:09:25 +08:00
|
|
|
stop_on_error = true
|