We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
remoteBindings
1 parent 29b580f commit a186902Copy full SHA for a186902
src/content/docs/workers/vite-plugin/reference/api.mdx
@@ -73,6 +73,11 @@ It accepts an optional `PluginConfig` parameter.
73
You can inspect the `dist` directory and then run `wrangler deploy -c dist/<auxiliary-worker>/wrangler.json` for each.
74
:::
75
76
+- `remoteBindings` <Type text='boolean' /> <MetaInfo text='optional' />
77
+
78
+ Whether or not [remote bindings](/workers/development-testing/#remote-bindings) should be enabled, they are by default.
79
80
81
## `interface AuxiliaryWorkerConfig`
82
83
- `configPath` <Type text='string' />
0 commit comments