create_pool refactor; test pool deployed; etc

This commit is contained in:
2026-05-10 17:57:45 -04:00
parent d31f99d330
commit e1d2acea0d
13 changed files with 2359 additions and 444 deletions

View File

@@ -26,6 +26,14 @@ else
echo Building
fi
# Load secret env vars (including NEXT_PUBLIC_* vars baked into the static bundle)
if [ -f .env-secret ]; then
set -a
# shellcheck disable=SC1091
source .env-secret
set +a
fi
npm run build || exit 1
if [ "$BUILD" != "1" ]; then