All checks were successful
Build Docker Image / build (push) Successful in 2m12s
Replace Python/Django/Graphene with TypeScript/Express/Apollo Server. Same 3 endpoints (public/user/m2m), same JWT auth via Logto. Prisma replaces Django ORM. MongoDB, Temporal and SurrealDB integrations preserved.
4 lines
88 B
TypeScript
4 lines
88 B
TypeScript
import { PrismaClient } from '@prisma/client'
|
|
|
|
export const prisma = new PrismaClient()
|