Skip to content

Commit caec650

Browse files
add static asset bindings to list of getPlatformProxy supported bindings
1 parent 7f00307 commit caec650

File tree

1 file changed

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

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ const platform = await getPlatformProxy(options);
252252

253253
The path to the config file to use.
254254

255-
If no path is specified the default behavior is to search from the current directory up the filesystem for a[Wrangler configuration file](/workers/wrangler/configuration/) to use.
255+
If no path is specified the default behavior is to search from the current directory up the filesystem for a [Wrangler configuration file](/workers/wrangler/configuration/) to use.
256256

257257
**Note:** this field is optional but if a path is specified it must point to a valid file on the filesystem.
258258

@@ -342,8 +342,6 @@ The bindings supported by `getPlatformProxy` are:
342342

343343
For example, you might have the following file read by `getPlatformProxy`.
344344

345-
346-
347345
<WranglerConfig>
348346

349347
```toml
@@ -365,6 +363,8 @@ The bindings supported by `getPlatformProxy` are:
365363

366364
- [D1 database bindings](/d1/worker-api/)
367365

366+
- [Static Asset bindings](/workers/static-assets/binding/#binding)
367+
368368
- [Hyperdrive bindings](/hyperdrive)
369369

370370
:::note[Hyperdrive values are simple passthrough ones]

0 commit comments

Comments
 (0)