19 lines
328 B
TOML
19 lines
328 B
TOML
root = "."
|
|
tmp_dir = "tmp"
|
|
|
|
[build]
|
|
bin = "./tmp/nib"
|
|
cmd = "go build -o ./tmp/nib ."
|
|
args_bin = ["serve"]
|
|
delay = 500
|
|
exclude_dir = ["tmp", "testdata", "docs"]
|
|
exclude_regex = ["_test\\.go$"]
|
|
include_ext = ["go", "html", "css", "js", "svg"]
|
|
kill_delay = 500
|
|
|
|
[log]
|
|
time = false
|
|
|
|
[misc]
|
|
clean_on_exit = true
|