Skip to content

Commit

Permalink
🔧 prisma Fix prisma config files
Browse files Browse the repository at this point in the history
  • Loading branch information
steeeee0223 committed Feb 18, 2024
1 parent 450fa83 commit 1234fed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/prisma/prisma/auth.prisma
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
generator client {
provider = "prisma-client-js"
output = "../node_modules/.prisma/auth"
binaryTargets = ["native", "rhel-openssl-1.0.x"]
}

datasource db {
Expand Down
1 change: 1 addition & 0 deletions packages/prisma/prisma/worxpace.prisma
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
generator client {
provider = "prisma-client-js"
output = "../node_modules/.prisma/worxpace"
binaryTargets = ["native", "rhel-openssl-1.0.x"]
}

datasource db {
Expand Down

0 comments on commit 1234fed

Please sign in to comment.