# Hot reload for the dev container (AGENT.md ยง2). Static assets under web/static # and components/ are served live from disk, so they need no rebuild; only Go # and template (.html) changes trigger a rebuild + restart. root = "." tmp_dir = "tmp" [build] cmd = "go build -o ./tmp/gitmanager ./cmd/server" bin = "./tmp/gitmanager" include_ext = ["go", "html"] exclude_dir = ["tmp", "bin", ".git", "repos"] delay = 500 stop_on_error = true [log] time = true [misc] clean_on_exit = true