Optimize build speed

This commit is contained in:
be5invis 2023-10-27 18:20:43 -07:00
parent 2ec275667e
commit 9ebfa830f6
15 changed files with 167 additions and 67 deletions

View file

@ -112,6 +112,7 @@ async function processSsStyles() {
if (!gr.rank) continue;
md.log(` - \`${gr.tag}\`: Set character variant to “${gr.description}”.`);
}
md.log(` - Other build plans configuration, using \`inherits = "buildPlans.<Plan name>"\`.`);
return md;
}