Anyone have any luck with using different generate...
# orm-help
j
Anyone have any luck with using different generated prisma typescript depending on whether the server is running locally, preproduction or production?
I tried putting a template var in the import statement but that’s not allowed. I tried making some kind of a Prisma factory but TS can’t get any type info from it if I do it that way