Push mnueron changes to Vercel
Stage files, commit, push to main; Vercel auto-deploys.
- 1
Open PowerShell at the mnueron repo root
cd C:\Mnueron\ai-boilerplate-pro - 2
Clear any stale git lock left by the Linux sandbox
Remove-Item .git\index.lock -Force -ErrorAction SilentlyContinue - 3
Stage the files you changed
git add <files> - 4
Commit with a conventional-commit-style message
git commit -m "feat(area): what changed" - 5
Push — Vercel auto-deploys main
git push origin mainCheck: Vercel dashboard shows 'Building' on the new commit within 10s
- 6
Wait ~90s for green build, then verify the live URL
Check: curl -sI https://www.mnueron.com/ | head -1 → HTTP/2 200