From 083ea5bd19172381bb53e95aaf98eaabef839c54 Mon Sep 17 00:00:00 2001 From: MohamedBassem Date: Tue, 6 Feb 2024 12:26:29 +0000 Subject: Move the web app into a subdir --- web/lib/prisma.ts | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 web/lib/prisma.ts (limited to 'web/lib/prisma.ts') diff --git a/web/lib/prisma.ts b/web/lib/prisma.ts new file mode 100644 index 00000000..d73ba5f2 --- /dev/null +++ b/web/lib/prisma.ts @@ -0,0 +1,5 @@ +import { PrismaClient } from '@prisma/client' + +const prisma = new PrismaClient(); + +export default prisma; -- cgit v1.2.3-70-g09d2