2
0

Version 1

This commit is contained in:
MangoPig
2026-06-23 18:50:37 +01:00
commit 55d9772272
133 changed files with 21515 additions and 0 deletions
+6
View File
@@ -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}}'