feat(cloudflare): experimental config redirection support #2949
+122
−32
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Nitro has introduced an experimental (opt-in) way to generate/extend
wrangler.toml
for cloudflare deployments (#2353, #2355).The end goal is to leverage Cloudflare platform features such as Node compat v2 (hybrid) and Async Context with zero-config and ensure we can reliably enable these features.
However, overwriting the user config is not ideal or recommended.
Thanks to the huge huge efforts and collab with the Cloudflare team and @petebacondarwin, a new solution (~> cloudflare/workers-sdk#7442) is coming to allow frameworks like Nitro to generate a merged
wrangler.toml
in dist and config that redirects/points wrangler CLI and pages CI to it.This PR is to experiment this new feature e2e from both sides.
Remarks
cloudflare.wrangler: {}
config is providedEXPERIMENTAL_WRANGLER_CONFIG
env variablerootDir
, it might need to be changed tocwd()
later for monorepo support (pending more tests)wrangler.json
from userwrangler.toml|json
overLocal testing
pnpm build --stub
EXPERIMENTAL_WRANGLER_CONFIG=1 p nitro build playground --preset cloudflare_pages
.wrangler/deploy/config.json
:wrangler.toml
(user)dist/_worker.js/wrangler.json