#!/usr/bin/env bash # Health P0 isolated dev stack — never binds 8081/5173 (Memind main). set -euo pipefail root="$(cd "$(dirname "$0")/.." && pwd)" cd "$root" export MEMIND_HEALTH_ENABLED=1 export MEMIND_HEALTH_PAGE_DATA=0 export MEMIND_DEEPSEEK_DISABLE_THINKING=0 export MINDSPACE_SERVER_ADAPTER=local export H5_PORT=8087 export VITE_PORT=5175 export ADMIN_PORT=8088 export OPS_PORT=3003 export MEMIND_DEEPSEEK_NO_THINK_PORT=18037 export H5_PUBLIC_BASE_URL=http://127.0.0.1:8087 export H5_DEV_PORTAL=http://127.0.0.1:8087 exec node scripts/dev-core.mjs