How to specify "production" deploy via wrangler?
We're not using the git integration, but still pass "--branch" parameters when deploying so that we get aliasing. The problem seems to be that unless the branch name is main, all deploys are considered previews.
Is there a way around this or some undocumented method to consider a specific preview as the production version of a page?
Is there a way around this or some undocumented method to consider a specific preview as the production version of a page?