mirror of
https://gitlab.com/mbugroup/lti-api.git
synced 2026-05-20 21:41:55 +00:00
14 lines
237 B
TOML
14 lines
237 B
TOML
# .air.toml
|
|
root = "."
|
|
tmp_dir = "tmp"
|
|
|
|
[build]
|
|
cmd = "go build -o ./tmp/main ./cmd/api"
|
|
bin = "tmp/main"
|
|
full_bin = "APP_ENV=dev ./tmp/main"
|
|
include_ext = ["go", "tpl", "tmpl", "html"]
|
|
exclude_dir = ["vendor", "tmp"]
|
|
|
|
[log]
|
|
time = true
|