You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If no path is specified the default behavior is to search from the current directory up the filesystem for a`wrangler.toml` 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.
256
256
257
257
**Note:** this field is optional but if a path is specified it must point to a valid file on the filesystem.
The `getPlatformProxy` function uses bindings found in `wrangler.toml`. For example, if you have an [environment variable](/workers/configuration/environment-variables/#add-environment-variables-via-wrangler)configuration set up in `wrangler.toml`:
298
+
The `getPlatformProxy` function uses bindings found in [Wrangler configuration files](/workers/wrangler/configuration/). For example, if you have such an [environment variable](/workers/configuration/environment-variables/#add-environment-variables-via-wrangler) in your configuration:
299
299
300
300
import { WranglerConfig } from"~/components";
301
301
@@ -326,7 +326,7 @@ This will print the following output: `MY_VARIABLE = test`.
326
326
327
327
### Supported bindings
328
328
329
-
All supported bindings found in your `wrangler.toml` are available to you via `env`.
329
+
All supported bindings found in your [Wrangler configuration](/workers/wrangler/configuration/) are available to you via `env`.
0 commit comments