Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
enzostvs/Logo.Ai
codexxx
/
vepp-logo
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
vepp-logo
/
_utils
/
prisma.ts
enzostvs
HF staff
initial commit
67ea2ab
5 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
106 Bytes
import
{
PrismaClient
}
from
"@prisma/client"
;
const
prisma =
new
PrismaClient
();
export
default
prisma;