- Binary name: imc-vibe -> imc - Go module: github.com/imc-vibe/backend -> github.com/imc/backend - JWT issuer: imc-vibe -> imc - UI labels: IMC Vibe -> IMC - Update all imports and comments
13 lines
273 B
TOML
13 lines
273 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"
|
|
cmd = "go build -o ./tmp/imc ./cmd/server"
|
|
stop_on_error = true
|
|
|
|
[log]
|
|
main_only = true
|
|
|
|
[misc]
|
|
clean_on_exit = true
|