exporter/.air.toml

7 lines
112 B
TOML

root = "."
tmp_dir = "tmp"
[build]
cmd = "go build -o ./tmp/app ."
bin = "./tmp/app"
include_ext = ["go"]