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