Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 204 Bytes

File metadata and controls

4 lines (3 loc) · 204 Bytes

Local instructions

  • Keep route schemas in separate files (e.g., *.schemas.ts). Do not inline JSON schemas in route handlers.
  • Run all checks before handoff: yarn test, yarn lint, yarn build.