bindings deployed with wrangler.toml
when I deploy pages, why doesn't the deploy pick up the bindings specified in my wrangler.toml?
3 Replies
my ideal would be being able to specify all of my app's configuration and interlinking with wrangler.toml, run a deploy command, and have it get mirrored to cloudflare (rather than clicking through UI to do all this)
Pages doesn’t support the wrangler file for deploying bindings. You have to do it in the UI or via API
@Cyb3r-Jok3 To expand on this, the bindings configured in
wrangler.toml
are purely for local development?