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.
1 parent 3d72d85 commit faa371aCopy full SHA for faa371a
src/content/docs/workers/vite-plugin/api.mdx
@@ -46,7 +46,7 @@ It accepts an optional `PluginConfig` parameter.
46
- `auxiliaryWorkers?: Array<AuxiliaryWorkerConfig>`
47
48
An optional array of auxiliary Workers.
49
- You can use [service bindings](/workers/runtime-apis/bindings/service-bindings/) to call auxiliary workers from your main (entry) Worker.
+ You can use [service bindings](/workers/runtime-apis/bindings/service-bindings/) to call auxiliary Workers from your main (entry) Worker.
50
All requests are routed through your entry Worker.
51
During the build, each Worker is output to a separate subdirectory of `dist`.
52
0 commit comments