-
Notifications
You must be signed in to change notification settings - Fork 142
fix(rivetkit): allow providing no args to createRivetKit #3667
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
fix(rivetkit): allow providing no args to createRivetKit #3667
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
3 Skipped Deployments
|
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: Allow providing no args to createRivetKitSummaryThis PR allows Code Quality ✅Positive aspects:
Code style:
Functionality Analysis ✅How this works:
Use case enabled: // Now possible - relies on environment variables
const { useActor } = createRivetKit<typeof registry>();This is particularly useful in server-side environments where configuration is typically provided via environment variables. Potential Issues
|
More templates
@rivetkit/cloudflare-workers
@rivetkit/db
@rivetkit/framework-base
@rivetkit/next-js
@rivetkit/react
rivetkit
@rivetkit/sql-loader
@rivetkit/engine-runner
@rivetkit/engine-runner-protocol
commit: |
9c19cbd to
a2d24db
Compare
a2d24db to
258b84d
Compare
258b84d to
53631b6
Compare
53631b6 to
258b84d
Compare
258b84d to
53631b6
Compare
258b84d to
0f31228
Compare
0f31228 to
021457c
Compare
PR Review: fix(rivetkit): allow providing no args to createRivetKitSummaryThis PR adds a default value of Code Quality ✅Positive aspects:
Type Safety Analysis ✅The change is type-safe because:
Potential Issues
|
021457c to
269089f
Compare
Merge activity
|

No description provided.