en un clic
stripe-testing
// Steps to set up the Stripe CLI and forward webhook events to a local dev server for testing Stripe integrations.
// Steps to set up the Stripe CLI and forward webhook events to a local dev server for testing Stripe integrations.
| name | stripe-testing |
| description | Steps to set up the Stripe CLI and forward webhook events to a local dev server for testing Stripe integrations. |
brew install stripe/stripe-cli/stripe and then stripe login to get the port forwarder up and runningstripe listen --forward-to https://localhost:3000/stripe --skip-verify to forward Stripe events to your local server.Reference conventions for React client components — Tailwind CSS, UI primitives (Dialog, Tooltip, Menu), constants, HTML sanitization, and component design patterns. Use when building or reviewing UI components in packages/client.
Conventions for the SDL-first GraphQL server — payload types, codegen mappers, dataLoaders, TypeScript safety, database patterns, and migration best practices. Use when writing or reviewing GraphQL mutations, queries, or resolvers.
Guide for moving inline auth checks out of GraphQL resolvers and into permissions.ts using graphql-shield rules. Use when adding, reviewing, or migrating authorization logic for mutations or queries.