-
Notifications
You must be signed in to change notification settings - Fork 620
Add /payments/x402 to framer-rewrites #8165
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
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
|
Caution Review failedThe pull request is closed. WalkthroughAdded a new route string "/payments/x402" to the exported rewrites array in apps/dashboard/framer-rewrites.js. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes ✨ Finishing touches
🧪 Generate unit tests
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro Disabled knowledge base sources:
📒 Files selected for processing (1)
Comment |
How to use the Graphite Merge QueueAdd either label to this PR to merge it via 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. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #8165 +/- ##
=======================================
Coverage 56.28% 56.28%
=======================================
Files 906 906
Lines 59208 59208
Branches 4180 4180
=======================================
Hits 33324 33324
Misses 25779 25779
Partials 105 105
🚀 New features to boost your workflow:
|
size-limit report 📦
|

TL;DR
Added a new rewrite rule for the
/payments/x402path in the dashboard app.What changed?
Added
/payments/x402to the list of rewrite paths in theframer-rewrites.jsfile. This allows the dashboard app to properly handle and route requests to this new payments path.How to test?
/payments/x402route in the dashboard appWhy make this change?
This change supports a new payments feature or section identified as "x402" that needs to be accessible through the dashboard. Adding the rewrite rule ensures proper routing and functionality for this new payments path.
Summary by CodeRabbit