11 lines
230 B
Bash
Executable File
11 lines
230 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# Source shared configuration
|
|
source "$(dirname "$0")/config.sh"
|
|
|
|
BUN_PARALLEL_V2 \
|
|
'stripe-webhooks/subscription-deleted'\
|
|
'stripe-webhooks/invoice-created' \
|
|
'stripe-webhooks/subscription-updated' \
|
|
--max=3
|