firebase / firebase/apphosting-adapters
Prisma
Open
- Dominant language
- TypeScript
- Stars
- 478
- Forks
- 1.5k
- Avg merge
- 3d 22h
- Merged PRs (30d)
- 2
Description
My Next JS project uses prisma.
Apart of the prisma process, I need to do npx prisma generate.
In my package.json, I've added postinstall: npx prisma generate - but the problem occurs is when the firebase deploy does not upload the prisma folder.
Basically I need a way to upload the prisma folder to the cloud function so the post install works.
Contributor guide
Assessment
This issue has not been assessed yet.