UNPKG

create-better-t-stack

Version:

A modern CLI tool for scaffolding end-to-end type-safe TypeScript projects with best practices and customizable configurations

6 lines (3 loc) 105 B
import { PrismaClient } from "@prisma/client"; let prisma = new PrismaClient(); export default prisma;