Initial commit
This commit is contained in:
commit
b344a74a72
45 changed files with 1232 additions and 0 deletions
5
lib/prisma.ts
Normal file
5
lib/prisma.ts
Normal file
|
@ -0,0 +1,5 @@
|
|||
// import { PrismaClient } from '@prisma/client/edge'
|
||||
import { PrismaClient } from "@prisma/client";
|
||||
const prisma = new PrismaClient();
|
||||
|
||||
export { prisma };
|
Loading…
Add table
Add a link
Reference in a new issue