docs: add Cloudflare Workers handlers section to server entry point#6488
Conversation
📝 WalkthroughWalkthroughAdds Cloudflare Workers guidance to the Server Entry Point docs: two new subsections describe extending Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~8 minutes Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
@alexander-zuev We've now improved our docs on the TanStack Start documentation page on the Cloudflare Workers docs page if you want to point to that. |
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
|
nice, @MattieTK added this one liner to the PR: |
|
i think we can reduce this to just the link to the cloudflare docs |
|
reduced to 2 lines @schiller-manuel |
…anStack#6488) * docs: add Cloudflare Workers handlers section to server entry point * docs: append link to official Cloudflare Workers docs * docs: reduce to link per reviewer feedback --------- Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
…6488) * docs: add Cloudflare Workers handlers section to server entry point * docs: append link to official Cloudflare Workers docs Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> * docs: reduce to link per reviewer feedback --------- Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
Closes #6487
Adds documentation showing that
createServerEntry()returns a spreadable object, enablingserver.tsto serve as a full Cloudflare Worker entrypointwith:
Tested and working in locally.
Summary by CodeRabbit