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
* add `remote` option to initial bindings
* remove incorrect comment
* make sure that service bindings also support remote
* update pages-dev test snapshot
* update service bindings messaging
* remove incorrect `+`
- \\"kv_namespaces[0]\\" should, optionally, have a boolean \\"remote\\" field but got {\\"binding\\":\\"KV\\",\\"id\\":\\"xxxx-xxxx-xxxx-xxxx\\",\\"remote\\":\\"hello\\"}.
6348
+
- \\"r2_buckets[0]\\" should, optionally, have a boolean \\"remote\\" field but got {\\"binding\\":\\"R2\\",\\"bucket_name\\":\\"my-r2\\",\\"remote\\":5}."
"Your Worker and resources are simulated locally via Miniflare. For more information, see: https://developers.cloudflare.com/workers/testing/local-development.
"Your Worker and resources are simulated locally via Miniflare. For more information, see: https://developers.cloudflare.com/workers/testing/local-development.
1763
+
1764
+
Your Worker has access to the following bindings:
1765
+
- Workflows:
1766
+
- MY_WORKFLOW: myClass [connected to remote resource]
1767
+
- KV Namespaces:
1768
+
- KV: xxxx-xxxx-xxxx-xxxx [connected to remote resource]
1769
+
- Queues:
1770
+
- MY_QUEUE_PRODUCES: my-queue [connected to remote resource]
0 commit comments