Add prismaSchemaFolder preview feature to Prisma config

This commit is contained in:
Aman Varshney
2025-03-24 22:14:17 +05:30
parent cb505cd6c6
commit e358534b1f
2 changed files with 6 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
---
"create-better-t-stack": patch
---
Add prismaSchemaFolder preview feature to Prisma config

View File

@@ -1,5 +1,6 @@
generator client {
provider = "prisma-client-js"
previewFeatures = ["prismaSchemaFolder"]
}
datasource db {