1
0
mirror of https://github.com/bitwarden/server synced 2025-12-25 20:53:16 +00:00

[PM-21742] undo

This commit is contained in:
Jimmy Vo
2025-12-04 09:56:06 -05:00
parent 2ac4ae0acd
commit f28cf2f418

View File

@@ -41,10 +41,8 @@ if (!fs.existsSync(config.outputDir)) {
}
}
// Find all MJML files with absolute paths, excluding components directories
const mjmlFiles = glob.sync(`${config.inputDir}/**/*.mjml`, {
ignore: ['**/components/**']
});
// Find all MJML files with absolute path
const mjmlFiles = glob.sync(`${config.inputDir}/**/*.mjml`);
console.log(`\n[INFO] Found ${mjmlFiles.length} MJML file(s) to compile...`);