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
.yarn/install-state.gz
/prisma/generated
.prisma
# testing
/coverage

View File

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