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 5e8c337 commit 01da16fCopy full SHA for 01da16f
src/content/docs/workers/wrangler/api.mdx
@@ -437,5 +437,5 @@ The bindings supported by `getPlatformProxy` are:
437
If you are using Pages:
438
<PackageManagers type="exec" pkg="wrangler" args="pages dev -c path/to/pages/wrangler.jsonc -c path/to/external-do-worker/wrangler.jsonc" />
439
440
- If you are using Workers with Assets:
+ If you are using Workers with Assets run:
441
<PackageManagers type="exec" pkg="wrangler" args="dev -c path/to/workers-assets/wrangler.jsonc -c path/to/external-do-worker/wrangler.jsonc" />
0 commit comments