-
Notifications
You must be signed in to change notification settings - Fork 141
chore(rivetkit): update cloudflare workers and nextjs to latest #3803
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
chore(rivetkit): update cloudflare workers and nextjs to latest #3803
Conversation
…stry.serve() Co-authored-by: jog1t <39823706+jog1t@users.noreply.github.com>
Co-authored-by: jog1t <39823706+jog1t@users.noreply.github.com>
Co-authored-by: jog1t <39823706+jog1t@users.noreply.github.com>
…h start scripts Co-authored-by: jog1t <39823706+jog1t@users.noreply.github.com>
Co-authored-by: jog1t <39823706+jog1t@users.noreply.github.com>
…atic serving Co-authored-by: jog1t <39823706+jog1t@users.noreply.github.com>
…implify scripts Co-authored-by: jog1t <39823706+jog1t@users.noreply.github.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
2 Skipped Deployments
|
|
🚅 Deployed to the rivet-pr-3803 environment in rivet-frontend
|
|
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
How to use the Graphite Merge QueueAdd the label merge-queue to this PR to add it to the merge queue. You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. This stack of pull requests is managed by Graphite. Learn more about stacking. |
PR Review: chore(rivetkit): update cloudflare workers and nextjs to latestThank you for this comprehensive refactoring effort! This PR makes significant progress toward standardizing the examples structure. I've identified several critical issues that should be addressed before merging. 🔴 Critical Issues1. Broken README Links - All Implementation Sections Reference Non-Existent PathsProblem: All example READMEs reference Affected Examples:
Expected Links: <!-- Current (broken) -->
[`src/backend/registry.ts`](src/backend/registry.ts)
<!-- Should be -->
[`src/actors.ts`](src/actors.ts) # For most examples
[`src/registry.ts`](src/registry.ts) # For cloudflare-workers examplesImpact: Users clicking these links get 404 errors. This breaks the documented learning path. Fix Required: Update all README Implementation section links to point to actual file locations. 2. Inconsistent Naming:
|
b5dedb8 to
16a5dd9
Compare
16a5dd9 to
f05e54a
Compare
f05e54a to
903dd6e
Compare

No description provided.