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 e12c9bfce4..94b41b6373 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 @@ -96,6 +96,7 @@ Currently in [Preview](/orm/more/releases#preview), this generator ensures you c 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