feat: scaffold projet avec stubs et test runner navigateur

This commit is contained in:
2026-05-27 10:05:07 +02:00
commit 4e9640ddfa
9 changed files with 1758 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
export async function downloadAllAsZip(processedFiles) {
throw new Error('Not implemented');
}