omar-dulaimi / prisma-trpc-generator

Prisma 2+ generator to emit fully implemented tRPC routers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How do I custom import path for prisma client ?

omar-dulaimi opened this issue · comments

Discussed in #18

Originally posted by kittipojsr July 20, 2022
By default prisma-trpc-generator use import type { Prisma } from '@prisma/client'; for prisma client. But I need to use custom path from prisma client generator schema output.