mirror of
https://github.com/cloudflare/vinext.git
synced 2026-05-09 08:25:34 +02:00
[PR #766] [MERGED] fix: serve public files in prod #828
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#828
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/766
Author: @hyoban
Created: 4/3/2026
Status: ✅ Merged
Merged: 4/3/2026
Merged by: @james-elicx
Base:
main← Head:4-3-public📝 Commits (6)
34b657dfix: serve public files in prod5a3b769fix testbfda6aeMerge branch 'cloudflare:main' into 4-3-publicecc58f5resolve comments66d3db3update3581158Merge branch 'main' into 4-3-public📊 Changes
10 files changed (+547 additions, -13 deletions)
View changed files
📝
packages/vinext/src/entries/app-rsc-entry.ts(+34 -0)📝
packages/vinext/src/index.ts(+56 -1)📝
packages/vinext/src/server/app-router-entry.ts(+19 -1)📝
packages/vinext/src/server/prod-server.ts(+60 -9)📝
packages/vinext/src/server/worker-utils.ts(+48 -0)📝
tests/__snapshots__/entry-templates.test.ts.snap(+171 -0)📝
tests/app-router.test.ts(+67 -0)📝
tests/deploy.test.ts(+59 -2)➕
tests/fixtures/app-basic/public/logo/logo.svg(+6 -0)📝
tests/serve-static.test.ts(+27 -0)📄 Description
Currently, we cannot access static files in the public folder.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.