File tree Expand file tree Collapse file tree
fixtures/worker-with-resources Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33" miniflare " : minor
44---
55
6- explorer: fix handling on resources shared between multiple workers
6+ local explorer: fix handling on resources that are bound to multiple workers
7+
8+ Note the local explorer is a experimental feature still.
Original file line number Diff line number Diff line change 11/* eslint-disable */
2- // Generated by Wrangler by running `wrangler types --no-include-runtime` (hash: 3080c55aa34f3cfa38c5e93fb9275475 )
2+ // Generated by Wrangler by running `wrangler types --no-include-runtime` (hash: 5770eff0c6b7e72c420371c2704d44b3 )
33declare namespace Cloudflare {
44 interface GlobalProps {
55 mainModule : typeof import ( "./src/index" ) ;
@@ -8,10 +8,14 @@ declare namespace Cloudflare {
88 interface Env {
99 KV : KVNamespace ;
1010 KV_WITH_ID : KVNamespace ;
11+ KV_B : KVNamespace ;
1112 BUCKET : R2Bucket ;
13+ BUCKET_B : R2Bucket ;
1214 DB : D1Database ;
1315 BACKUP_DB : D1Database ;
16+ DB_B : D1Database ;
1417 DO : DurableObjectNamespace < import ( "./src/index" ) . MyDurableObject > ;
18+ DO_B : DurableObjectNamespace /* WorkerBDurableObject from worker-b */ ;
1519 MY_WORKFLOW : Workflow <
1620 Parameters < import ( "./src/index" ) . MyWorkflow [ "run" ] > [ 0 ] [ "payload" ]
1721 > ;
Original file line number Diff line number Diff line change 5252 {
5353 "name" : " DO_B" ,
5454 "class_name" : " WorkerBDurableObject" ,
55- "script_name" : " worker-c " ,
55+ "script_name" : " worker-b " ,
5656 },
5757 ],
5858 },
You can’t perform that action at this time.
0 commit comments