add prisma

This commit is contained in:
Benjamin Palko 2024-12-10 10:40:41 -05:00
parent 05a95b72d0
commit a286fa4e0d
11 changed files with 63 additions and 10 deletions

3
src/lib/prisma/index.ts Normal file
View file

@ -0,0 +1,3 @@
import { PrismaClient } from '@prisma/client';
export const prisma = new PrismaClient();