transfem-startpage/.air.toml
2025-07-10 12:41:09 +02:00

16 lines
264 B
TOML

# .air.toml
root = "."
tmp_dir = "tmp"
[build]
bin = "/tmp/new_tab"
cmd = "go build -o /tmp/new_tab main.go"
include = ["*.go", "*.html", "*.css"]
exclude = ["tmp", "vendor"]
[color]
main = "yellow"
watcher = "cyan"
build = "green"
log = "white"