You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|[`nextjs-api-routes`](https://github.com/prisma/prisma-examples/tree/latest/orm/nextjs-api-routes)|[Next.js](https://nextjs.org/) app with a REST API (using [Next.js API routes](https://nextjs.org/docs/api-routes/introduction))|
45
+
|[`nextjs`](https://github.com/prisma/prisma-examples/tree/latest/orm/nextjs)|[Next.js](https://nextjs.org/)15 app using the App Router with Prisma Postgres |
46
46
|[`nextjs-graphql`](https://github.com/prisma/prisma-examples/tree/latest/orm/nextjs-graphql)|[Next.js](https://nextjs.org/) app with a GraphQL API (using [Apollo Server](https://github.com/apollographql/apollo-server) and [GraphQL Nexus](https://github.com/graphql-nexus/nexus)) |
47
47
|[`nextjs-trpc`](https://github.com/prisma/prisma-examples/tree/latest/orm/nextjs-trpc)|[Next.js](https://nextjs.org/) app with [tRPC ](https://trpc.io/)|
48
48
|[`nuxt`](https://github.com/prisma/prisma-examples/tree/latest/orm/nuxt)|[Nuxt.js](https://nuxt.com/) app with a REST API |
@@ -84,7 +84,7 @@ The following examples are fullstack examples using the new [`prisma-client`](ht
|[`nextjs-starter-webpack`](https://github.com/prisma/prisma-examples/tree/latest/generator-prisma-client/nextjs-starter-webpack)| A Next.js 15 starter that uses Webpack 5 as the bundler and runs on Node.js. |
86
86
|[`nextjs-starter-turbopack`](https://github.com/prisma/prisma-examples/tree/latest/generator-prisma-client/nextjs-starter-turbopack)| A Next.js 15 starter powered by Turbopack (alpha) for bundling, running on Node.js. |
87
-
|[`neextjs-starter-webpack-monorepo`](https://github.com/prisma/prisma-examples/tree/latest/generator-prisma-client/neextjs-starter-webpack-monorepo)| A monorepo-based Next.js 15 starter using Webpack 5 and Node.js, managed with `pnpm`. |
87
+
|[`nextjs-starter-webpack-monorepo`](https://github.com/prisma/prisma-examples/tree/latest/generator-prisma-client/nextjs-starter-webpack-monorepo)| A monorepo-based Next.js 15 starter using Webpack 5 and Node.js, managed with `pnpm`. |
88
88
|[`nextjs-starter-webpack-with-middleware`](https://github.com/prisma/prisma-examples/tree/latest/generator-prisma-client/nextjs-starter-webpack-with-middleware)| A Next.js 15 starter with Webpack 5, running on Node.js for main pages and Vercel Edge Light for middleware. |
0 commit comments