full e2e behavior, nice
This commit is contained in:
5
packages/server/src/db/db.ts
Normal file
5
packages/server/src/db/db.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
"use server";
|
||||
|
||||
import { PrismaClient } from "@prisma/client";
|
||||
|
||||
export const prisma = new PrismaClient();
|
||||
Reference in New Issue
Block a user