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