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