6.4.1 (previously was on 5.4).globalForPrisma variable, only difference is I am using prisma in a monorepo, so I have a package called "database", which allows me to reuse my schema across all apps."build": "pnpm run db:generate & tsup" as suggested in the guide above (at build time it is having no issues finding prisma schema)