[PR #766] [MERGED] fix: serve public files in prod #828

Closed
opened 2026-05-06 13:10:20 +02:00 by BreizhHardware · 0 comments

📋 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: mainHead: 4-3-public


📝 Commits (6)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/cloudflare/vinext/pull/766 **Author:** [@hyoban](https://github.com/hyoban) **Created:** 4/3/2026 **Status:** ✅ Merged **Merged:** 4/3/2026 **Merged by:** [@james-elicx](https://github.com/james-elicx) **Base:** `main` ← **Head:** `4-3-public` --- ### 📝 Commits (6) - [`34b657d`](https://github.com/cloudflare/vinext/commit/34b657dae4beca4c18395a5d3309f195ca869285) fix: serve public files in prod - [`5a3b769`](https://github.com/cloudflare/vinext/commit/5a3b769c347297af22432bbd6353a6f82219b3ea) fix test - [`bfda6ae`](https://github.com/cloudflare/vinext/commit/bfda6ae72ab7a4891521f6f8e3aef5432f136280) Merge branch 'cloudflare:main' into 4-3-public - [`ecc58f5`](https://github.com/cloudflare/vinext/commit/ecc58f5156538a803426e6d4b71af07bfe7cbf0f) resolve comments - [`66d3db3`](https://github.com/cloudflare/vinext/commit/66d3db36f644b87ce37cfe3a9754e0c5100f870c) update - [`3581158`](https://github.com/cloudflare/vinext/commit/3581158e2e4551d9828ed48298fa65d73398155b) Merge branch 'main' into 4-3-public ### 📊 Changes **10 files changed** (+547 additions, -13 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description Currently, we cannot access static files in the public folder. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
BreizhHardware 2026-05-06 13:10:20 +02:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/vinext#828
No description provided.