[codex] add Cloudflare SSR for playground#1303
Conversation
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
guide | faf42a2 | Commit Preview URL Branch Preview URL |
May 21 2026, 04:07 PM |
0aefaa6 to
96a1e82
Compare
fb02aa1 to
faf42a2
Compare
Guide Cloudflare deployment⛅️ wrangler 4.85.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: 8f8ad45c-c177-4fa8-8858-e21b2e2fe795 ⛅️ wrangler 4.85.0 ✨ Uploading _redirects |
Context
This is the first slice of the playground SSR work. The docs app can keep prerendering static routes while letting
/tryrun through Cloudflare Pages Functions.Summary
@rescript-lang/docs./tryfrom React Router prerender output while keeping the existing stdlib prerender paths./tryand/try.data.wrangler.tomlfor local Pages dev/deploy, includingnodejs_compatand the Pages projectname.outbefore copyingbuild/clientso stale prerendered/tryartifacts do not survive rebuilds.Validation
node .yarn/releases/yarn-4.13.0.cjs build:resnode .yarn/releases/yarn-4.13.0.cjs workspace @rescript-lang/docs build:vitenode_modules/.bin/oxfmt --check apps/docs/react-router.config.mjs apps/docs/app/entry.server.js apps/docs/server/react-router-handler.js apps/docs/functions/try.js apps/docs/functions/try.data.jsyarn ci:formatout:/,/try, and/try.datareturned200;/try.dataincludedbundleBaseUrlandversionsloader data.No generated
.jsxfiles are included in this PR.