T
tRPC
Code structure for a large monorepo using nx + tRPC
Code structure for a large monorepo using nx + tRPC
Looking for more? Join the community!
T
tRPC
Code structure for a large monorepo using nx + tRPC
T
tRPC
Code structure for a large monorepo using nx + tRPC
Recommended Posts
Does tRPC work with Clerk and Vercel Edge functions?So the answer is yes, at least locally, but I when I deploy to Vercel I get nothing. Trying to work TRPCClientError when creating a db entry without `updatedAt` value?Guys, this is my prisma schema:
```
model User {
id Int @id @default(autoincrement())