imc-vibe/backend
Christoph Haas ad159b2549 Add hot-reload support with air for Go backend
- Add .air.toml configuration for Go hot-reloading
- Add 'dev' target to run both frontend and backend together
- Update dev-backend to use air instead of go run
- Install air with: go install github.com/air-verse/air@latest
2026-03-23 21:40:40 +01:00
..
cmd/server Remove ADMIN_PASSWORD configuration 2026-03-23 21:28:52 +01:00
internal Fix .env loading for dev-backend: check parent dir when in backend/ 2026-03-23 21:38:07 +01:00
.air.toml Add hot-reload support with air for Go backend 2026-03-23 21:40:40 +01:00
.env.example Security fixes 2026-03-23 01:09:26 +01:00
go.mod Switch from net/http to gin-gonic web framework 2026-03-22 23:28:28 +01:00
go.sum Switch from net/http to gin-gonic web framework 2026-03-22 23:28:28 +01:00