mirror of
https://github.com/cloudflare/vinext.git
synced 2026-05-09 08:25:34 +02:00
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#525
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/379
Author: @james-elicx
Created: 3/9/2026
Status: ✅ Merged
Merged: 3/9/2026
Merged by: @james-elicx
Base:
main← Head:refactor/remove-app-dev-server📝 Commits (2)
27878e4refactor: delete app-dev-server.ts and update all references to entries/ directly3e83bd5docs: update app-dev-server.ts references in markdown files to entries/📊 Changes
21 files changed (+54 additions, -64 deletions)
View changed files
📝
.opencode/agents/reviewer.md(+1 -1)📝
.opencode/agents/viguy.md(+4 -4)📝
.opencode/commands/fix-issue.md(+1 -1)📝
.opencode/commands/review-pr.md(+1 -1)📝
AGENTS.md(+4 -4)📝
README.md(+6 -1)📝
examples/app-router-cloudflare/instrumentation-state.ts(+1 -1)📝
examples/app-router-cloudflare/instrumentation.ts(+1 -1)📝
packages/vinext/src/entries/app-rsc-entry.ts(+1 -1)📝
packages/vinext/src/index.ts(+3 -5)➖
packages/vinext/src/server/app-dev-server.ts(+0 -11)📝
packages/vinext/src/server/instrumentation.ts(+1 -1)📝
packages/vinext/src/server/middleware-codegen.ts(+1 -1)📝
packages/vinext/src/server/request-pipeline.ts(+2 -2)📝
packages/vinext/src/shims/metadata.tsx(+1 -1)📝
tests/app-router.test.ts(+6 -6)📝
tests/entry-templates.test.ts(+4 -6)📝
tests/nextjs-compat/TRACKING.md(+10 -10)📝
tests/nextjs-compat/rsc-context-lazy-stream.test.ts(+1 -1)📝
tests/rsc-streaming.test.ts(+2 -2)...and 1 more files
📄 Description
Summary
Follows #377 and #378. Now that all generators live in
entries/, theserver/app-dev-server.tsshim (which was just three re-exports) can be deleted.Changes:
packages/vinext/src/server/app-dev-server.tsentries/app-rsc-entry.ts—generateRscEntry,AppRouterConfigentries/app-ssr-entry.ts—generateSsrEntryentries/app-browser-entry.ts—generateBrowserEntryapp-dev-server.tsreferences in comments across source files, tests, and examplesFiles updated:
index.ts,tests/entry-templates.test.ts,tests/app-router.test.ts,tests/shims.test.ts, plus comments in 6 other files.Verification
pnpm run lint— 0 warnings, 0 errorspnpm run typecheck— cleanpnpm test tests/entry-templates.test.ts— 10/10 pass🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.