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 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.
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.
258
258
@@ -342,8 +342,6 @@ The bindings supported by `getPlatformProxy` are:
342
342
343
343
For example, you might have the following file read by `getPlatformProxy`.
344
344
345
-
346
-
347
345
<WranglerConfig>
348
346
349
347
```toml
@@ -365,6 +363,8 @@ The bindings supported by `getPlatformProxy` are:
0 commit comments