6 lines
105 B
TypeScript
6 lines
105 B
TypeScript
"use server";
|
|
|
|
import { PrismaClient } from "@prisma/client";
|
|
|
|
export const prisma = new PrismaClient();
|