You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
382 B

1 month ago
root = "."
tmp_dir = "tmp"
[build]
1 month ago
cmd = "go build -o ./tmp/main.exe ."
args_bin = ["-v"]
1 month ago
bin = "./tmp/main.exe"
runner = ["./tmp/main.exe"]
include_ext = ["go", "tpl", "tmpl", "html"]
1 month ago
exclude_dir = ["assets", "tmp", "vendor", "docs"]
[log]
1 month ago
time = true
level = "debug"
1 month ago
[misc]
clean_on_exit = true
clean_before_build = true
1 month ago
[windows]
filter_extension = ["exe", "dll", "so", "a"]