Mellonaut
03/17/2022, 1:25 PMdevUncaught TypeError: Failed to resolve module specifier ".prisma/client/index-browser". Relative references must start with either "/", "./", or "../".$lib/prisma.tsimport Prisma, * as PrismaAll from '@prisma/client'
const pc = Prisma?.PrismaClient || PrismaAll?.PrismaClient
export const prisma = new pc()adapter_vercelvercelMellonaut
03/17/2022, 1:57 PM$lib/prisma.ts@prisma/client