bzl

self-hosted ephemeral community engine
Log | Files | Refs | README | LICENSE

LAUNCH.sh (255B)


      1 #!/usr/bin/env bash
      2 set -euo pipefail
      3 
      4 cd "$(dirname "$0")"
      5 
      6 echo "[Bzl] Launcher"
      7 command -v node >/dev/null 2>&1 || { echo "Missing node (Node.js 18+ required)"; exit 1; }
      8 
      9 echo "[Bzl] Starting (supervised)..."
     10 node ./scripts/bzl-launch.js --supervised