route error fix #24
Annotations
3 errors
|
Test api code:
packages/database/src/index.ts#L7
Error: @prisma/client did not initialize yet. Please run "prisma generate" and try to import it again.
❯ new PrismaClient ../../node_modules/.pnpm/@prisma[email protected][email protected]/node_modules/.prisma/client/default.js:43:11
❯ ../../packages/database/src/index.ts:7:40
❯ app/api/[[...route]]/route.ts:1:1
|
Test api code
Process completed with exit code 1.
|
Loading