mirror of
https://github.com/usebruno/bruno.git
synced 2026-07-09 06:55:03 +00:00
feat: import modal revamp (#8121)
This commit is contained in:
@@ -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);
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user