# .air.toml - Air configuration for hot-reloading Go backend # Install air: go install github.com/air-verse/air@latest [build] bin = "./tmp/imc" cmd = "go build -o ./tmp/imc ./cmd/server" stop_on_error = true [log] main_only = true [misc] clean_on_exit = true