mirror of
https://github.com/cloudflare/vinext.git
synced 2026-05-09 08:25:34 +02:00
[PR #42] [CLOSED] fix(init): install App Router RSC deps by default #262
Labels
No labels
enhancement
enhancement
good first issue
help wanted
nextjs-tracking
nextjs-tracking
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/vinext#262
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/cloudflare/vinext/pull/42
Author: @liuxiaopai-ai
Created: 2/25/2026
Status: ❌ Closed
Base:
main← Head:fix/issue-22-28-rsc-deps📝 Commits (1)
667909afix(init): install missing app-router RSC deps and preflight missing runtime📊 Changes
11 files changed (+314 additions, -35 deletions)
View changed files
📝
README.md(+1 -1)📝
packages/vinext/src/check.ts(+4 -3)📝
packages/vinext/src/deploy.ts(+77 -15)📝
packages/vinext/src/index.ts(+13 -0)📝
packages/vinext/src/init.ts(+51 -14)📝
tests/app-router.test.ts(+40 -0)📝
tests/deploy.test.ts(+42 -1)➕
tests/fixtures/create-next-app-app-router/app/layout.tsx(+9 -0)➕
tests/fixtures/create-next-app-app-router/app/page.tsx(+3 -0)➕
tests/fixtures/create-next-app-app-router/package.json.template(+16 -0)📝
tests/init.test.ts(+58 -1)📄 Description
Addresses #22 and part of #28 (missing RSC deps / react-server-dom-webpack).\n\n- Ensure vinext init/deploy installs required RSC runtime deps for App Router projects\n- Add create-next-app style fixture + regression tests for init/deploy\n\nCI should validate across platforms.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.