local authentication placeholder

This commit is contained in:
Carter 2026-04-29 10:20:44 -06:00
parent 8169e280ec
commit 3b62d87d31
6 changed files with 105 additions and 17 deletions

View file

@ -31,7 +31,7 @@ SSH_OPTS="-i $DEPLOY_SSH_KEY"
echo "→ Deploying to $DEPLOY_USER@$DEPLOY_HOST using key $DEPLOY_SSH_KEY"
# 1. Build frontend (uses indexLocal.html — no Crisp; see vite --mode nocrisp)
# 1. Build frontend for LAN / self-contained hosts (indexLocal.html via vite --mode localnet)
(
cd "$SCRIPT_DIR"
npm run build:local