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.
|
# .air.toml |
|
[build] |
|
cmd = "go build -o ./tmp/main ./cmd/systemdesigngame" |
|
bin = "tmp/main" |
|
full_bin = "tmp/main" |
|
include_ext = ["go", "tpl", "tmpl", "html", "js"] |
|
exclude_dir = ["tmp", "vendor", "node_modules"] |
|
|
|
[log] |
|
time = true
|
|
|