feat: flatten file tree for better performance

This commit is contained in:
tdurieux
2024-04-26 10:31:57 +01:00
parent ccdc95e4a8
commit 710f7328e7
23 changed files with 516 additions and 514 deletions
-1
View File
@@ -26,7 +26,6 @@ router.get(
const repo = await getRepo(req, res, {
nocheck: false,
includeFiles: false,
});
if (!repo) return;