You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if [[ -z "$TIDB_HOST" || -z "$TIDB_USER" || -z "$TIDB_PASSWORD" || -z "$TIDB_PORT" ]]; then
echo TiDB Cloud Integration not added. See https://github.com/pingcap/ossinsight-lite/blob/main/docs/setup/deploy-to-vercel.md#integrate-tidb-serverless-into-vercel-project
exit 22
else
echo TiDB Cloud Integration added.
fi
else
echo Not a vercel build environment, skip TiDB Cloud Integration check.