Commit 322d5f4
authored
* 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.
* fix(app): restore http3 run methods and fix Arc paths in run.rs
1 parent 9124c4d commit 322d5f4
6 files changed
Lines changed: 1257 additions & 1292 deletions
0 commit comments