Skip to content

feat(example): add turbopack configuration to nextjs example#315

Merged
amondnet merged 1 commit intomasterfrom
feat/add-turbopack-config-to-nextjs-example
Mar 29, 2026
Merged

feat(example): add turbopack configuration to nextjs example#315
amondnet merged 1 commit intomasterfrom
feat/add-turbopack-config-to-nextjs-example

Conversation

@amondnet
Copy link
Copy Markdown
Owner

@amondnet amondnet commented Mar 28, 2026

Summary

  • Add turbopack configuration to example/nextjs/next.config.js
  • Set root: '../..' to point to the monorepo root for proper module resolution when running the Next.js example within the vercel-action workspace

Test Plan

  • Verify the Next.js example builds successfully with the new Turbopack config
  • Confirm turbopack root configuration resolves modules correctly from the monorepo root

Summary by cubic

Point the Next.js example’s turbopack root to ../.. so it resolves monorepo modules and builds correctly in the vercel-action workspace.

Written for commit 99c78b8. Summary will update on new commits.

Configure turbopack root to point to the monorepo root directory,
enabling proper module resolution when running the nextjs example
within the vercel-action workspace.
Copilot AI review requested due to automatic review settings March 28, 2026 13:17
@sonarqubecloud
Copy link
Copy Markdown

@github-actions
Copy link
Copy Markdown
Contributor

Deploy preview for team-scope-test ready!

✅ Preview
https://team-scope-test-boxjw6h3c-dietfriends.vercel.app

Built with commit 99c78b8.
This pull request is being automatically deployed with vercel-action

Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates the Next.js configuration in example/nextjs/next.config.js to include a Turbopack configuration block that specifies the project root. I have no feedback to provide.

@github-actions
Copy link
Copy Markdown
Contributor

Deploy preview for express-basic-auth ready!

✅ Preview
https://express-basic-auth-ch21cc3hg-minsu-lees-projects-b1e388b7.vercel.app

Built with commit 99c78b8.
This pull request is being automatically deployed with vercel-action

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Mar 28, 2026

Deploy preview for zeit-now-deployment-action-example-angular ready!

✅ Preview
https://zeit-now-deployment-action-example-angular-fb5nzy5vd.vercel.app
https://staging.angular.vercel-action.amond.dev
https://pr-315.angular.vercel-action.amond.dev

Built with commit 99c78b8.
This pull request is being automatically deployed with vercel-action

Copy link
Copy Markdown

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 1 file

Auto-approved: Low-impact configuration change for an example project to improve module resolution in Turbopack.

Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds Turbopack configuration to the Next.js example so it can resolve modules correctly from the monorepo root when run inside the vercel-action workspace.

Changes:

  • Add turbopack configuration block to example/nextjs/next.config.js
  • Set turbopack.root to ../.. (monorepo root) for module resolution

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@amondnet amondnet merged commit aae0c95 into master Mar 29, 2026
18 of 19 checks passed
@amondnet amondnet deleted the feat/add-turbopack-config-to-nextjs-example branch March 29, 2026 07:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants