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
Ryan
08/30/2021, 5:48 AM
@Vdrizzle 👋
A post-build script that copies the schema file should work fine in this case