Build Github

This commit is contained in:
2026-03-04 15:18:01 +08:00
parent f8319b9ab5
commit ee05d0c71f
2 changed files with 7 additions and 6 deletions

View File

@@ -4,9 +4,9 @@ declare global {
var prisma: PrismaClient | undefined;
}
if (!process.env.DATABASE_URL) {
throw new Error("DATABASE_URL is required but not found in environment variables");
}
// if (!process.env.DATABASE_URL) {
// throw new Error("DATABASE_URL is required but not found in environment variables");
// }
const prisma =
global.prisma ??