initial
[sketchy-heroes.git] / src / lib / db.ts
1 import { PrismaClient } from '@prisma/client';
2
3 export const prisma = new PrismaClient();