Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
safetrack
/
edtech
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
edtech
/
apps
/
api
/
src
/
services
/
prisma.ts
CognxSafeTrack
Initial commit: Monorepo setup with React+Vite, Fastify, Prisma, and Docker Compose
cc442ef
24 days ago
raw
Copy download link
history
blame
contribute
delete
90 Bytes
import
{
PrismaClient
}
from
'@repo/database'
;
export
const
prisma =
new
PrismaClient
();