| wrangler | minor |
|---|---|
| @cloudflare/workers-utils | minor |
Add Artifacts binding support to wrangler
You can now configure Artifacts bindings in your wrangler configuration:
Type generation produces the correct Artifacts type reference from the workerd type definitions:
interface Env {
MY_ARTIFACTS: Artifacts;
}