Skip to content

Commit 70735e6

Browse files
remove unnecessary dangerous.enableCacheInterception option
1 parent 3ac122c commit 70735e6

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

packages/cloudflare/src/api/config.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,6 @@ export function defineCloudflareConfig(options: CloudflareConfigOptions = {}): O
5050
proxyExternalRequest: "fetch",
5151
},
5252
},
53-
54-
dangerous: {
55-
enableCacheInterception: false,
56-
},
5753
};
5854
}
5955

0 commit comments

Comments
 (0)