feat: import modal revamp (#8121)

This commit is contained in:
prateek-bruno
2026-05-28 15:58:22 +05:30
committed by GitHub
parent 4ee9a75465
commit b43a5e6e0a
19 changed files with 822 additions and 233 deletions

View File

@@ -490,7 +490,7 @@ const scanForBrunoFiles = async (dir) => {
return;
}
scanDir(fullPath);
} else if (file === 'bruno.json') {
} else if ((file === 'bruno.json' || file === 'opencollection.yml') && !brunoFolders.includes(currentDir)) {
brunoFolders.push(currentDir);
}
});