File tree Expand file tree Collapse file tree 1 file changed +11
-13
lines changed
src/content/docs/workers/development-testing Expand file tree Collapse file tree 1 file changed +11
-13
lines changed Original file line number Diff line number Diff line change @@ -240,10 +240,8 @@ To verify that the certificate exchange and validation process work as expected.
240240 " binding" : " MY_CLIENT_CERT_FETCHER" ,
241241 " certificate_id" : " <YOUR_UPLOADED_CERT_ID>" ,
242242 " experimental_remote" : true
243-
244- }
245- ]
246-
243+ }
244+ ]
247245}
248246
249247```
@@ -256,10 +254,10 @@ To connect to a high-fidelity version of the Images API, and verify that all tra
256254<WranglerConfig >
257255``` jsonc title="wrangler.jsonc"
258256{
259- " images" : {
260- " binding" : " IMAGES" ,
257+ " images" : {
258+ " binding" : " IMAGES" ,
261259 " experimental_remote" : true
262- }
260+ }
263261}
264262```
265263
@@ -278,13 +276,13 @@ Workers for Platforms users can configure `experimental_remote: true` in dispatc
278276<WranglerConfig >
279277``` jsonc title="wrangler.jsonc"
280278{
281- " dispatch_namespaces" : [
282- {
283- " binding" : " DISPATCH_NAMESPACE" ,
284- " namespace" : " testing" ,
285- " experimental_remote" : true
279+ " dispatch_namespaces" : [
280+ {
281+ " binding" : " DISPATCH_NAMESPACE" ,
282+ " namespace" : " testing" ,
283+ " experimental_remote" : true
286284 }
287- ]
285+ ]
288286}
289287```
290288</WranglerConfig >
You can’t perform that action at this time.
0 commit comments