18 lines
305 B
Plaintext
18 lines
305 B
Plaintext
root = "."
|
|
tmp_dir = "tmp"
|
|
|
|
[build]
|
|
cmd = "go build -o ./tmp/main ./src/main.go"
|
|
bin = "tmp/main"
|
|
full_bin = "tmp/main"
|
|
include_ext = ["go", "tpl", "tmpl", "html", "css", "js"]
|
|
exclude_dir = ["tmp", "vendor"]
|
|
|
|
[log]
|
|
time = true
|
|
|
|
[colors]
|
|
main = "yellow"
|
|
watcher = "cyan"
|
|
build = "green"
|