Skip to content

Commit

Permalink
add the env option to the getPlatformProxy docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dario-piotrowicz committed Apr 13, 2024
1 parent e6c8dbd commit 98f5552
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions content/workers/wrangler/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,10 @@ const platform = await getPlatformProxy(options);

* Optional options object containing preferences for the bindings:

* `env` {{<type>}}string{{</type>}}

The environment to use.

* `configPath` {{<type>}}string{{</type>}}

The path to the configuration object to use (default `wrangler.toml`).
Expand Down

0 comments on commit 98f5552

Please sign in to comment.