Feature Request: Flag to bypass non-production build environment check in npx convex deploy
🎁Feature Request
Hey team, love the new safety check in 1.35 that blocks production deploys from non-production build environments, totally understand why it's there.
However, I deploy on Cloudflare Pages and intentionally want my preview builds to deploy to my production Convex backend. Right now there's no way to opt out of this check, so my PR preview builds just fail.
Could you add something like "--check-build-environment disable" or "--allow-prod-deploy" to npx convex deploy? The check can stay on by default, I'd just like the option to turn it off when I know what I'm doing.