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