diff --git a/docs/migration/graphiql-5.0.0.md b/docs/migration/graphiql-5.0.0.md index 15b8c7f66c..d624c22ac8 100644 --- a/docs/migration/graphiql-5.0.0.md +++ b/docs/migration/graphiql-5.0.0.md @@ -40,7 +40,7 @@ Starting from GraphiQL 5, you need to set up Monaco workers in your project: > > See [Vite example](../../examples/graphiql-vite/src/App.jsx). -- For Webpack projects such as **Next.js** you must import: +- For Webpack (and Turbopack) projects such as **Next.js** you must import: ```js import 'graphiql/setup-workers/webpack'; diff --git a/examples/graphiql-nextjs/README.md b/examples/graphiql-nextjs/README.md index 2c7e890cd2..803090ee9e 100644 --- a/examples/graphiql-nextjs/README.md +++ b/examples/graphiql-nextjs/README.md @@ -16,4 +16,4 @@ bun dev Open [http://localhost:3000](http://localhost:3000) with your browser to see the result. -You can start editing the page by modifying `app/page.tsx`. The page auto-updates as you edit the file. +You can start editing the page by modifying [`src/app/graphiql.tsx`](./src/app/graphiql.tsx). The page auto-updates as you edit the file.