App
Source:
src/Prisma/App.ts
A Prisma App, the long-lived application configuration that owns deployments.
Creating an App
Section titled “Creating an App”const app = yield* Prisma.App("web", { project: project.projectId, branchGitName: "main",});