mirror of
https://github.com/usememos/memos.git
synced 2024-12-19 17:12:02 +03:00
14 lines
269 B
TOML
14 lines
269 B
TOML
root = "."
|
|
tmp_dir = ".air"
|
|
|
|
[build]
|
|
bin = "./.air/memos"
|
|
cmd = "go build -o ./.air/memos ./server/main.go"
|
|
delay = 1000
|
|
exclude_dir = [".air", "web"]
|
|
exclude_file = []
|
|
exclude_regex = []
|
|
exclude_unchanged = false
|
|
follow_symlink = false
|
|
full_bin = ""
|