diff --git a/.gitignore b/.gitignore index a310fa2ca934..48b031631971 100644 --- a/.gitignore +++ b/.gitignore @@ -27,6 +27,7 @@ experimental/**/*.db .next .vscode/ .nuxt +.output dev.db *.env* !.env.example diff --git a/README.md b/README.md index a8e70c2bcc4d..ddc900f47b8e 100644 --- a/README.md +++ b/README.md @@ -86,6 +86,7 @@ The following examples are fullstack examples using the new [`prisma-client`](ht | [`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. | | [`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`. | | [`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. | +| [`nuxt3-starter-nodejs`](https://github.com/prisma/prisma-examples/tree/latest/generator-prisma-client/nuxt3-starter-nodejs) | A Nuxt 3 starter that runs on Node.js. | ## Prisma Accelerate diff --git a/orm/nuxt/package.json b/orm/nuxt/package.json index c87384e78af2..590da9b6c149 100644 --- a/orm/nuxt/package.json +++ b/orm/nuxt/package.json @@ -14,7 +14,6 @@ "nuxt": "3.17.6" }, "devDependencies": { - "@babel/eslint-parser": "7.27.5", "@nuxtjs/eslint-config": "12.0.0", "@nuxtjs/eslint-module": "4.1.0", "@babel/eslint-parser": "7.28.0",