Updated Docker configs to use Air for auto-reloading
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Gregory Ballantine
2026-07-24 12:01:20 -04:00
parent 58dd358acb
commit 4e0223052e
4 changed files with 32 additions and 1 deletions
+21
View File
@@ -0,0 +1,21 @@
[build]
# Tell Air to use your Makefile build target directly!
cmd = "make build BUILD_DIR=/tmp"
# Tell Air where your compiled binary ends up
bin = "/tmp/blt"
# Watch these extensions and ignore these paths
include_ext = ["go", "tpl", "tmpl", "html"]
exclude_dir = ["assets", "tmp", "bin", "node_modules", "public"]
# Delay before rebuilding after a file save (ms)
delay = 500
[log]
time = false
[color]
main = "magenta"
build = "yellow"
runner = "green"