Overview

What Conduit is built with

A deliberate choice: custom Prisma client output#

Conduit's prisma/schema.prisma sets generator client { output = "./generated" } — the generated client lands in a project-local folder instead of node_modules/.prisma/client. Combined with the @prisma/adapter-pg driver adapter, this is Prisma's newer client generation path rather than the legacy default.

Related: Architecture for how these pieces connect, Data Model for what Prisma is modeling, or back to the documentation overview.

Updated

Was this page helpful?