From 6d35e2697d3a29ebb49546dfa1ecce6d78838c20 Mon Sep 17 00:00:00 2001 From: DecDuck Date: Thu, 8 May 2025 17:33:07 +1000 Subject: [PATCH] fix: switch prisma schema type --- prisma/schema.prisma | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prisma/schema.prisma b/prisma/schema.prisma index 266d9b1..54949f8 100644 --- a/prisma/schema.prisma +++ b/prisma/schema.prisma @@ -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"]