Skip to content

Commit a186902

Browse files
add remoteBindings option to vite-plugin documentation
1 parent 29b580f commit a186902

File tree

1 file changed

+5
-0
lines changed
  • src/content/docs/workers/vite-plugin/reference

1 file changed

+5
-0
lines changed

src/content/docs/workers/vite-plugin/reference/api.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,11 @@ It accepts an optional `PluginConfig` parameter.
7373
You can inspect the `dist` directory and then run `wrangler deploy -c dist/<auxiliary-worker>/wrangler.json` for each.
7474
:::
7575

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+
7681
## `interface AuxiliaryWorkerConfig`
7782

7883
- `configPath` <Type text='string' />

0 commit comments

Comments
 (0)