You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[wrangler] feat: add support for placement in wrangler config (#3095)
* [wrangler] feat: add support for placement in wrangler config
Allows a placement object in the wrangler config with a mode of off or
smart to configure Smart placement.
* increase specificity for workers placement
* Add example to placement changeset
feat: add support for placement in wrangler config
6
+
7
+
Allows a `placement` object in the wrangler config with a mode of `off` or `smart` to configure [Smart placement](https://developers.cloudflare.com/workers/platform/smart-placement/). Enabling Smart Placement can be done in your `wrangler.toml` like:
0 commit comments