You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- *.ts files should contain valid tRPC routers, and types. They are written to drive codegen for testing purposes
- *.json files are generated by the code under test, they should be valid and correct OpenAPI 3.1+ JSON docs
- */ directories are generated clients from the OpenAPI *.json files, they should only be reviewed with respect to correct generation. Types should match the tRPC router types, but code is not expected to meet this repo's standards for linting or formatting.