Using `wrangler.toml` and cannot find branch deployment controls
I created a pages project with
_worker.js
_worker.js
and a few distfiles. I am unable to find the settings referred to in this documentation about build configuration in settings. Is this not supported when using
When connected to your git repository, Pages allows you to control which environments and branches you would like to automatically deploy to. By default, Pages will trigger a deployment any time you commit to either your production or preview environment. However, with branch deployment controls, you can configure automatic deployments to suit y...