Skip to content

Conversation

@mguay22
Copy link
Collaborator

@mguay22 mguay22 commented Oct 26, 2025

Closes #63

@vercel
Copy link

vercel bot commented Oct 26, 2025

@mguay22 is attempting to deploy a commit to the Kevin's Projects Team on Vercel.

A member of the Team first needs to authorize it.

@mguay22
Copy link
Collaborator Author

mguay22 commented Dec 7, 2025

This is merged in nestjs-trpc-v2 fork: https://www.nestjs-trpc-v2.io

@KevinEdry
Copy link
Owner

This is merged in nestjs-trpc-v2 fork: https://www.nestjs-trpc-v2.io

While this is a good example of the power of oss, I stopped working on this project in part because there is a major flaw in it's design.
I designed it (wrongfully) to work with the nestjs server itself instead of a standalone project. While this works well for small projects, any big company looking to use this in a production environment won't be able to in part because it runs on every change. (i.e it will worsen your repl loop)

The solution is a not an easy one, it's decoupling the generation part to an external CLI and frankly taking a page from Prisma and using Rust to generate the types and files.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

NestJS-Trpc fails to generate schema using imports in monorepo.

2 participants