#!/bin/bash set -e pnpm install --frozen-lockfile pnpm --filter db push SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)" echo "Syncing to Gitea..." bash "$SCRIPT_DIR/push-to-gitea.sh" || echo "Warning: Gitea push failed (non-fatal)."