Skip to content

millsp/prisma-repro

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Bug repro repo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 54.6%
  • CSS 36.9%
  • JavaScript 8.5%