Expose sync reset API

This commit is contained in:
2026-05-08 19:10:04 -04:00
parent e9f8b1eb43
commit ed44db3034
9 changed files with 597 additions and 1 deletions
+3
View File
@@ -371,6 +371,9 @@ function testR2Bucket(): Env["ELY_STORAGE"] {
},
});
},
delete() {
return Promise.resolve();
},
};
}