chore: remove redundant omitApi prisma option

This commit is contained in:
Huskydog9988
2025-04-24 18:34:20 -04:00
parent eba4fe12df
commit 7987bd0a77
+1 -1
View File
@@ -3,7 +3,7 @@
generator client {
provider = "prisma-client-js"
previewFeatures = ["prismaSchemaFolder", "omitApi", "fullTextSearchPostgres"]
previewFeatures = ["prismaSchemaFolder", "fullTextSearchPostgres"]
}
datasource db {