#!/usr/bin/env bash
set -euo pipefail
DIR="$(cd "$(dirname "$0")" && pwd)"
export BP_DEPLOYMENT_MODE=local
exec node "$DIR/dist/bp.mjs" "$@"
