2025-12-09 13:49:20 +05:30
|
|
|
// Re-export the singleton prisma client for Lambda handlers
|
|
|
|
|
// This ensures all Lambda functions use the same cached connection
|
|
|
|
|
import { prisma } from './prisma.client';
|
2025-12-08 11:23:58 +05:30
|
|
|
|
|
|
|
|
export const prismaClient = prisma;
|