Use services
instead of experimental_services
in wrangler.toml
#280
Labels
behaviour mismatch
Different behaviour to Workers runtime
Milestone
Now that service bindings are generally available, it doesn't make sense to use the previous
experimental_services
wrangler.toml
configuration key. Instead we should useservices
as described here: https://developers.cloudflare.com/workers/wrangler/configuration/.This should be as simple as replacing the key here, since the format is exactly the same:
miniflare/packages/core/src/plugins/bindings.ts
Lines 211 to 218 in 75abe07
The text was updated successfully, but these errors were encountered: