feat(cli): support adaptive WebDAV remotes

This commit is contained in:
vorotamoroz
2026-08-02 07:49:09 +00:00
parent 1543a53263
commit 032ace8f53
9 changed files with 437 additions and 28 deletions
+1
View File
@@ -12,6 +12,7 @@ const TASKS = [
"test:e2e-matrix:minio-enc0",
"test:e2e-matrix:minio-enc1",
"test:adaptive-journal-s3",
"test:adaptive-journal-webdav",
] as const;
for (const [index, task] of TASKS.entries()) {