Commit 9944524
committed
refactor(app): split builder.rs into routing/openapi/health/run
Closes the primary #201 follow-up: builder.rs reduced from ~61KB to ~12KB.
- routing.rs: route registration, nest, static files, compression
- openapi.rs: schema, docs, swagger-ui
- health.rs: health endpoints, production_defaults
- run.rs: server run, apply helpers, http3
225 lib tests pass; public API snapshots unchanged.1 parent 9124c4d commit 9944524
6 files changed
Lines changed: 1090 additions & 1292 deletions
0 commit comments