Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 280 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 280 Bytes

Prisma Repro

Setup

npx lerna bootstrap && cd packages/db && npx prisma generate && npm run build

Running

cd packages/web && npm run dev

Issue

Visiting http://127.0.0.1:3000/api/hello will trigger an issue where @prisma/client cannot find prisma.schema.