From de13c71d20460dc15e5daa5dc7321710fb4aa64c Mon Sep 17 00:00:00 2001 From: alma Date: Mon, 5 May 2025 19:22:59 +0200 Subject: [PATCH] build fix --- lib/prisma-news.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/prisma-news.ts b/lib/prisma-news.ts index b3656b95..7ef5bfca 100644 --- a/lib/prisma-news.ts +++ b/lib/prisma-news.ts @@ -1,4 +1,4 @@ -import { PrismaClient } from '@prisma/client/news' +import { PrismaClient } from '@prisma/client' import { env } from '@/lib/env' const globalForPrismaNews = globalThis as unknown as {