Hello all,
I installed prisma in my Next.js app for practice purpose. I installed prisma version 7 and also @prisma/client.
After that I created file src/lib/prisma.ts and wrote the attached code.
I also created a folder under src/products-db/page.tsx whrerein I wrote attached code to fetch the product list from the db and display it.
Now when I executed npm run dev, I got attached error.
Kindly help to resolve.