File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
platforms-serverless/firebase-functions/functions Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1- import { PrismaClient , Prisma } from '@prisma /client'
1+ import { PrismaClient , Prisma } from './generated/client /client'
22import { PrismaPg } from '@prisma/adapter-pg'
33
44import * as functions from 'firebase-functions'
Original file line number Diff line number Diff line change 88 "start" : " npm run shell" ,
99 "deploy" : " firebase deploy --only functions" ,
1010 "logs" : " firebase functions:log" ,
11- "gcp-build" : " CI=1 && PRISMA_TELEMETRY_INFORMATION='ecosystem-tests platforms/firebase-functions postinstall' && npx prisma generate "
11+ "gcp-build" : " CI=1 && PRISMA_TELEMETRY_INFORMATION='ecosystem-tests platforms/firebase-functions' "
1212 },
1313 "dependencies" : {
1414 "@prisma/client" : " 7.1.0-dev.9" ,
Original file line number Diff line number Diff line change 11generator client {
2- provider = " prisma-client-js "
2+ provider = " prisma-client "
3+ output = " ../generated/client "
34}
45
56datasource db {
You can’t perform that action at this time.
0 commit comments