tRPC NextJs Prisma Ws monorepo
Hey 🙂 I am rather new with tRPC so forgive me for the noob question.
For my next project I would like to setup a monorepo with Nx with 2 NextJs apps ( admin ui & preview ui). Ideally these apps should share the tRPC server api and Ws subscriptions.
Is there any documentation/example/discussion to refer to?
Thank you!
3 Replies
i just found this repo
GitHub
GitHub - dhythm/nx-trpc
Contribute to dhythm/nx-trpc development by creating an account on GitHub.
thank you!