Skip to content

Commit eac9854

Browse files
nikolasburkjlecordier
authored andcommitted
add generator examples (prisma#6999)
* add generator examples * Update cSpell.json * Update content/200-orm/100-prisma-schema/10-overview/03-generators.mdx
1 parent bb8c64b commit eac9854

2 files changed

Lines changed: 8 additions & 7 deletions

File tree

cSpell.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,8 @@
9494
"autoscale",
9595
"Tabnine",
9696
"windsurfrules",
97-
"betterauth"
97+
"betterauth",
98+
"Turbopack"
9899
],
99100
"ignoreWords": [
100101
"Aiven",

content/200-orm/100-prisma-schema/10-overview/03-generators.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -252,28 +252,28 @@ generated/
252252
└── models.ts
253253
```
254254

255-
<!--
255+
256256
### Examples
257257

258258
To see what the new `prisma-client` generator looks like in practice, check out our minimal and [ready-to-run examples](https://github.com/prisma/prisma-examples):
259-
- [`nextjs-starter-webpack`](https://github.com/prisma/prisma-examples/tree/latest/prisma-client-generator/nextjs-starter-webpack):
259+
- [`nextjs-starter-webpack`](https://github.com/prisma/prisma-examples/tree/latest/generator-prisma-client/nextjs-starter-webpack):
260260
- **Framework**: Next.js 15
261261
- **Bundler**: Webpack 5
262262
- **Runtime**: Node.js
263-
- [`nextjs-starter-turbopack`](https://github.com/prisma/prisma-examples/tree/latest/prisma-client-generator/nextjs-starter-turbopack):
263+
- [`nextjs-starter-turbopack`](https://github.com/prisma/prisma-examples/tree/latest/generator-prisma-client/nextjs-starter-turbopack):
264264
- **Framework**: Next.js 15
265265
- **Bundler**: Turbopack (alpha)
266266
- **Runtime**: Node.js
267-
- [`neextjs-starter-webpack-monorepo`](https://github.com/prisma/prisma-examples/tree/latest/prisma-client-generator/neextjs-starter-webpack-monorepo):
267+
- [`neextjs-starter-webpack-monorepo`](https://github.com/prisma/prisma-examples/tree/latest/generator-prisma-client/nextjs-starter-webpack-monorepo):
268268
- **Framework**: Next.js 15
269269
- **Bundler**: Webpack 5
270270
- **Runtime**: Node.js
271271
- **Monorepo Package Manager**: pnpm
272-
- [`nextjs-starter-webpack-with-middleware`](https://github.com/prisma/prisma-examples/tree/latest/prisma-client-generator/nextjs-starter-webpack-with-middleware):
272+
- [`nextjs-starter-webpack-with-middleware`](https://github.com/prisma/prisma-examples/tree/latest/generator-prisma-client/nextjs-starter-webpack-with-middleware):
273273
- **Framework**: Next.js 15
274274
- **Bundler**: Webpack 5
275275
- **Runtime**: Node.js (main pages), Vercel Edge Light (middleware)
276-
-->
276+
277277

278278

279279
## Community generators

0 commit comments

Comments
 (0)