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 a460a9a commit 85bd27aCopy full SHA for 85bd27a
packages/wrangler/src/api/integrations/platform/index.ts
@@ -48,7 +48,7 @@ export type GetPlatformProxyOptions = {
48
configPath?: string;
49
/**
50
* Indicates if and where to persist the bindings data, if not present or `true` it defaults to the same location
51
- * used by wrangler v3: `.wrangler/state/v3` (so that the same data can be easily used by the caller and wrangler).
+ * used by wrangler: `.wrangler/state/v3` (so that the same data can be easily used by the caller and wrangler).
52
* If `false` is specified no data is persisted on the filesystem.
53
*/
54
persist?: boolean | { path: string };
0 commit comments