prisma-queue
prisma-queue copied to clipboard
error when used on edge
because of edge deployment, and i am using dmmf generated separately from Prisma, the dmmf does not exist immediately so it throws this:
7:19:47 PM [vite] Internal server error: Did not foudn model=QueueJob in Prisma.dmmf!
do you think it's possible to define the table name as a config instead? If not, accept a dmmf separately?