Free self-hosted web vitals with Next.js, Vercel and PlanetScale.
TLDR
Free self-hosted web vitals with Next.js, Vercel and PlanetScale.
Configure Prisma
Install prisma dependencies:
npm install @prisma/client
npm i -D prisma
Add prisma postinstall script in the packcage.json file:
"scripts": {
...
"postinstall": "prisma generate"
},