Version 1
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
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}}'
|
||||
Reference in New Issue
Block a user