Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 255 Bytes

README.md

File metadata and controls

13 lines (12 loc) · 255 Bytes

Prisma Monorepo Next.js ENOENT Bug

Steps to Reproduce

  • Git clone this repo
  • run the following:
pnpm install
cd packages/prisma
pnpx prisma generate
cd ../../apps/frontend
pnpm run dev
  • send a GET request to localhost:3000/api/hello