RadioStore backend
Minimal Vapor 4 scaffold (Sources/App, Sources/Run): GET /health and GET /api/v1/status.
Local release build:
swift build -c release --product Run
Run the produced binary from .build/<triple>/release/Run (triple depends on OS/CPU).
Docker compile (writes under ./backend/.build using the Linux toolchain):
docker compose --profile compile run --rm backend-compile
See docker-compose.yml at the repo root and docs/DEVELOPMENT.md.