Skip to content

Commit

Permalink
Update schema.prisma
Browse files Browse the repository at this point in the history
indicate binary targets, and see if now the backend runs...
  • Loading branch information
Jorgemacias-12 authored Apr 30, 2024
1 parent dcfde84 commit 298481f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/db/schema.prisma
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ datasource db {

generator client {
provider = "prisma-client-js"
binaryTargets = ["native", "linux-musl", "debian-openssl-1.1.x", "debian-openssl-3.0.x", "linux-musl-openssl-3.0.x"]
}

model User {
Expand Down

0 comments on commit 298481f

Please sign in to comment.