[codex] add Cloudflare SSR for playground - #1303
jderochervlk wants to merge 7 commits into
Conversation
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
guide | 055055f | Commit Preview URL Branch Preview URL |
Sep 14 2026, 01:38 PM |
0aefaa6 to
96a1e82
Compare
fb02aa1 to
faf42a2
Compare
faf42a2 to
0a8853a
Compare
Codex Review SummaryThis comment shows the latest Codex review activity on this pull request.
ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings. |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 2621ca1941
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
Guide Cloudflare deployment⛅️ wrangler 4.114.0 To deploy this version to production traffic use the command wrangler versions deploy Changes to non-versioned settings (config properties 'logpush' or 'tail_consumers') take effect after your next deployment using the command wrangler versions deploy Changes to triggers (routes, custom domains, cron schedules, etc) must be applied with the command wrangler triggers deploy |
Cloudflare deploymentDeployement ID: f20de0bc-3d65-44d7-b093-4017a57aadad ⛅️ wrangler 4.114.0 ✨ Uploading _redirects |
Context
This is the first slice of the playground SSR work. The docs app can keep prerendering static routes while letting /try run through Cloudflare Pages Functions.
Summary
Validation
No generated .jsx files are included in this PR.