removed custom prisma out

This commit is contained in:
Rushil Umaretiya 2024-01-15 20:44:58 -05:00
parent 3d3a5e477b
commit 6f0eceb593
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -6,6 +6,7 @@
.pnp.js .pnp.js
.yarn/install-state.gz .yarn/install-state.gz
/prisma/generated /prisma/generated
.prisma
# testing # testing
/coverage /coverage

View File

@ -1,7 +1,7 @@
generator client { generator client {
provider = "prisma-client-js" provider = "prisma-client-js"
previewFeatures = ["multiSchema"] previewFeatures = ["multiSchema"]
output = ".prisma/client" // output = ".prisma/client"
} }
datasource db { datasource db {