Anyone have any luck with using different generated prisma typescript depending on whether the server is running locally, preproduction or production?
Joseph Carrington
02/11/2019, 8:32 PM
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