7 lines
190 B
Bash
Executable File
7 lines
190 B
Bash
Executable File
#!/bin/bash
|
|
source "$(dirname "$0")/config.sh"
|
|
|
|
BUN_PARALLEL_V2 \
|
|
'integration/billing/update-subscription' \
|
|
# 'integration/billing/stripe-webhooks' \
|
|
# 'integration/crud/customers' \ |