Files
rss-aggregator/dist/db.js
T

3 lines
89 B
JavaScript

import { PrismaClient } from "@prisma/client";
export const prisma = new PrismaClient();