Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
enzostvs
/
hugger-roaster
like
31
Running
App
Files
Files
Community
1
bab2147
hugger-roaster
/
utils
/
prisma.ts
enzostvs
HF staff
share roast feature
bab2147
3 months ago
raw
Copy download link
history
blame
Safe
102 Bytes
import
{
PrismaClient
}
from
'@prisma/client'
const
prisma =
new
PrismaClient
()
export
default
prisma