mirror of
https://github.com/usememos/memos.git
synced 2025-02-14 02:10:39 +01:00
14 lines
261 B
TOML
14 lines
261 B
TOML
root = "."
|
|
tmp_dir = "tmp"
|
|
|
|
[build]
|
|
bin = "./tmp/main"
|
|
cmd = "go build -o ./tmp/main ."
|
|
delay = 1000
|
|
exclude_dir = ["assets", "tmp", "vendor"]
|
|
exclude_file = []
|
|
exclude_regex = []
|
|
exclude_unchanged = false
|
|
follow_symlink = false
|
|
full_bin = ""
|