aadmaa
aadmaa
PPrisma
Created by aadmaa on 10/11/2024 in #help-and-questions
Prisma deployment in API with TypedSql
I added a TypedSQL query to my API but it breaks my deployment CI because where "RUN npx prisma generate" does not require access to the database, "RUN npx prisma generate --sql" wants access to the database to do that. Is there any good way to build the client without access to the database, if using the --sql flag?
4 replies