Skip to content

Commit

Permalink
feat: Set Prisma client engine type to library
Browse files Browse the repository at this point in the history
  • Loading branch information
Ipmake committed Jan 23, 2025
1 parent ed9a483 commit 3b0f48e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/prisma/schema.prisma
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

generator client {
provider = "prisma-client-js"
engineType = "library"
}

datasource db {
Expand Down

0 comments on commit 3b0f48e

Please sign in to comment.