File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed
src/content/docs/workers/development-testing Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -363,16 +363,16 @@ let mf: Miniflare | null;
363363let remoteProxySessionDetails: Awaited <ReturnType <typeof maybeStartOrUpdateRemoteProxySession >> | null = null ;
364364
365365async function startOrUpdateDevSession() {
366- remoteProxySessionDetails = await maybeStartOrUpdateRemoteProxySession ({
367- bindings: {
368- MY_KV: {
369- type: ' kv_namespace' ,
370- id: ' kv-id' ,
371- remote: true ,
372- }
373- }
374- },
375- remoteProxySessionDetails
366+ remoteProxySessionDetails = await maybeStartOrUpdateRemoteProxySession ({
367+ bindings: {
368+ MY_KV: {
369+ type: ' kv_namespace' ,
370+ id: ' kv-id' ,
371+ remote: true ,
372+ }
373+ }
374+ },
375+ remoteProxySessionDetails
376376);
377377
378378 const miniflareOptions: MiniflareOptions = {
You can’t perform that action at this time.
0 commit comments