Skip to content

Commit

Permalink
Add example to placement changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
zebp committed May 4, 2023
1 parent d901209 commit 97de11d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .changeset/short-bottles-smell.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,9 @@

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](https://developers.cloudflare.com/workers/platform/smart-placement/).
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:

```toml
[placement]
mode = "smart"
```

0 comments on commit 97de11d

Please sign in to comment.