Some checks failed
Deploy / Deploy to Production (push) Has been cancelled
Production server's working tree had a modified tsbuildinfo from previous builds that was blocking 'git pull' after we removed the file from tracking. Switch to 'git fetch origin main + git reset --hard origin/main' so the deploy server always matches main exactly, ignoring any local working-tree state.