14 lines
262 B
TOML
Executable File
14 lines
262 B
TOML
Executable File
root = "."
|
|
tmp_dir = "tmp"
|
|
|
|
[build]
|
|
cmd = "go build -o ./tmp/goyomi ./cmd/server"
|
|
bin = "./tmp/goyomi"
|
|
include_ext = ["go", "tpl", "tmpl", "html", "yaml", "yml", "json"]
|
|
exclude_dir = ["tmp", "vendor", ".git"]
|
|
delay = 500
|
|
stop_on_error = true
|
|
|
|
[log]
|
|
time = true
|