tRPC Context object empty
Hey guys,
I wanted to try to implement context using tRPC. I followed the docs line by line but I keep getting an empty object when I return the ctx in my procedure.
Here is my code:
context.ts
`
trpc.ts
router.ts
I'd appreciate any help I could get
I wanted to try to implement context using tRPC. I followed the docs line by line but I keep getting an empty object when I return the ctx in my procedure.
Here is my code:
context.ts
`
trpc.ts
router.ts
I'd appreciate any help I could get
