Hi all. I'm trying to get prisma to work with Next...
# orm-help
v
Hi all. I'm trying to get prisma to work with NextJS but I'm running into an issue where I have to manually copy schema.prisma manually to the build folder. Does anyone know of a way to have this done automatically?
r
@Vdrizzle 👋 A post-build script that copies the schema file should work fine in this case
👍🏾 1