Skip to content

Commit

Permalink
ar(feat) [DPTM-8] Dockerize and GCP
Browse files Browse the repository at this point in the history
  • Loading branch information
angeloreale committed Aug 24, 2024
1 parent af63058 commit 9177c13
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion prisma/schema-private.prisma
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
generator client {
provider = "prisma-client-js"
output = "../node_modules/@dreampipcom/db-private/prisma-client"
engineType = "binary"
}

datasource db {
Expand Down
1 change: 0 additions & 1 deletion prisma/schema-public.prisma
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
generator client {
provider = "prisma-client-js"
output = "../node_modules/@dreampipcom/db-public/prisma-client"
engineType = "binary"
}

datasource db {
Expand Down

0 comments on commit 9177c13

Please sign in to comment.