UNPKG

@ladislaogarcia/prisma-trpc-generator

Version:

Prisma 2+ generator to emit fully implemented tRPC routers

5 lines (4 loc) 121 B
export default async ({ ctx, next }) => { console.log("Hello from the imported Middleware"); return next({ ctx }); }