Skip to content

Commit 29b580f

Browse files
rename localBindingsOnly to remoteBindings
1 parent d077389 commit 29b580f

File tree

1 file changed

+2
-2
lines changed
  • src/content/docs/workers/wrangler

1 file changed

+2
-2
lines changed

src/content/docs/workers/wrangler/api.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -300,9 +300,9 @@ const platform = await getPlatformProxy(options);
300300

301301
**Note:** If you use `wrangler`'s `--persist-to` option, note that this option adds a subdirectory called `v3` under the hood while `getPlatformProxy`'s `persist` does not. For example, if you run `wrangler dev --persist-to ./my-directory`, to reuse the same location using `getPlatformProxy`, you will have to specify: `persist: { path: "./my-directory/v3" }`.
302302

303-
- `localBindingsOnly` boolean
303+
- `remoteBindings` boolean <MetaInfo text="optional (default: `true`)" />
304304

305-
When set to `true` disables the remote aspect of [remote bindings](/workers/development-testing/#remote-bindings), in the exact same way as if their `remote` configuration was set to `false`. Defaults to `false`.
305+
Whether or not [remote bindings](/workers/development-testing/#remote-bindings) should be enabled.
306306

307307
### Return Type
308308

0 commit comments

Comments
 (0)