fix: switch prisma schema type

This commit is contained in:
DecDuck
2025-05-08 17:33:07 +10:00
parent 0d02be2392
commit 6d35e2697d

View File

@@ -2,7 +2,7 @@
// learn more about it in the docs: https://pris.ly/d/prisma-schema
generator client {
provider = "prisma-client-js"
provider = "prisma-client"
output = "client"
moduleFormat = "esm"
previewFeatures = ["fullTextSearchPostgres"]