mirror of
https://github.com/usememos/memos.git
synced 2024-11-30 22:14:19 +03:00
1517688076
* chore: update code structure * chore: update
16 lines
315 B
TOML
16 lines
315 B
TOML
root = "."
|
|
tmp_dir = ".air"
|
|
|
|
[build]
|
|
bin = "./.air/memos"
|
|
cmd = "go build -o ./.air/memos ./main.go"
|
|
delay = 1000
|
|
exclude_dir = [".air", "web", "build"]
|
|
exclude_file = []
|
|
exclude_regex = []
|
|
exclude_unchanged = false
|
|
follow_symlink = false
|
|
full_bin = ""
|
|
send_interrupt = true
|
|
kill_delay = 2000
|