2
0
Files
Royal-Pop-Accessory/Commands/Local/Dev/stripe.just
T
2026-06-23 18:50:37 +01:00

7 lines
212 B
Plaintext

project_root := justfile_directory()
backend_webhook_url := "http://localhost:8081/webhooks/stripe"
# Forward Stripe test webhooks to the local API.
listen:
stripe listen --forward-to '{{backend_webhook_url}}'