docs(zod-openapi): note route mounting for large RPC apps#1919
docs(zod-openapi): note route mounting for large RPC apps#1919daskodierer wants to merge 1 commit into
Conversation
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1919 +/- ##
=======================================
Coverage 91.86% 91.86%
=======================================
Files 115 115
Lines 3972 3972
Branches 1025 1025
=======================================
Hits 3649 3649
Misses 287 287
Partials 36 36
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Summary
Adds a zod-openapi README note about using
.route()with smallOpenAPIHonoapps for RPC apps with many routes.Refs #1918.
Testing
bun install --no-savebun run prettier --check packages/zod-openapi/README.mdbun run --filter @hono/zod-openapi lintbun run --filter @hono/zod-openapi typecheckbun run --filter @hono/zod-openapi testAI assistance
I used an AI coding assistant for the docs wording and reviewed the diff before committing.