mirror of
https://github.com/usememos/memos.git
synced 2024-11-13 10:19:49 +08:00
16 lines
355 B
TOML
16 lines
355 B
TOML
root = "."
|
|
tmp_dir = ".air"
|
|
|
|
[build]
|
|
bin = "./.air/memos --mode dev"
|
|
cmd = "go build -o ./.air/memos ./bin/memos/main.go"
|
|
delay = 1000
|
|
exclude_dir = [".air", "web", "build"]
|
|
include_ext = ["go", "mod", "sum"]
|
|
exclude_file = []
|
|
exclude_regex = []
|
|
exclude_unchanged = true
|
|
follow_symlink = false
|
|
send_interrupt = true
|
|
kill_delay = 2000
|
|
stop_on_error = true
|