- point MySQL and Whisper settings to the VM - add VM MySQL bootstrap scripts and docs - allow LAN Vite origins for CORS - fix Express 5 validation assignment crash - allow login with username or email - prevent recursive auth refresh retries
6 lines
102 B
Bash
Executable File
6 lines
102 B
Bash
Executable File
#!/usr/bin/env sh
|
|
set -eu
|
|
|
|
BASE_URL="${BASE_URL:-http://127.0.0.1:4000}"
|
|
curl -fsS "$BASE_URL/health"
|