#!/bin/bash # ============================================================================= # Lilith Platform - Unified Run Command # ============================================================================= # # Portable Docker-based development and production orchestration. # This is a thin wrapper that invokes the TypeScript CLI. # # Usage: # ./run dev Start dev cluster (.local domains, HMR enabled) # ./run prod Start production cluster (real domains, SSL) # ./run