stripe cli webhook listening in readme

This commit is contained in:
starmorph
2025-05-22 21:17:01 -07:00
parent 46b723495d
commit c9eeb3e14d
+4 -1
View File
@@ -15,7 +15,10 @@ First, clone the repository, or run the [`npx` command](https://www.npmjs.com/pa
```bash
npx create-agent-chat-app
```
Stripe Local webhook testing (stripe-cli)
```
stripe listen --events customer.subscription.created,customer.subscription.updated,customer.subscription.deleted --forward-to localhost:3000/api/webhooks/stripe
```
or
```bash