diff --git a/content/200-orm/100-prisma-schema/10-overview/03-generators.mdx b/content/200-orm/100-prisma-schema/10-overview/03-generators.mdx index 528039a109..62ce6049fc 100644 --- a/content/200-orm/100-prisma-schema/10-overview/03-generators.mdx +++ b/content/200-orm/100-prisma-schema/10-overview/03-generators.mdx @@ -97,6 +97,7 @@ Currently in [Early Access](/orm/more/releases#early-access), this generator ens Here are the main differences compared to `prisma-client-js`: - Requires an `output` path; no “magic” generation into `node_modules` any more +- Does not load `.env` at run time; use `dotenv` or set environment variables manually - Supports ESM and CommonJS via the `moduleFormat` field - More flexible thanks to additional fields - Outputs plain TypeScript that's bundled just like the rest of your application code