npx lerna bootstrap && cd packages/db && npx prisma generate && npm run build
cd packages/web && npm run dev
Visiting http://127.0.0.1:3000/api/hello will trigger an issue where @prisma/client
cannot find prisma.schema
.
npx lerna bootstrap && cd packages/db && npx prisma generate && npm run build
cd packages/web && npm run dev
Visiting http://127.0.0.1:3000/api/hello will trigger an issue where @prisma/client
cannot find prisma.schema
.