Skip to content

Commit

Permalink
refractor: re-add binary target
Browse files Browse the repository at this point in the history
  • Loading branch information
fabio-nettis committed Mar 20, 2024
1 parent b43734f commit cf2921e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion prisma/schema.prisma
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
// learn more about it in the docs: https://pris.ly/d/prisma-schema

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

datasource db {
Expand Down

0 comments on commit cf2921e

Please sign in to comment.