feat: navigation rail

This commit is contained in:
2022-09-29 13:39:09 +02:00
committed by Thea Schöbl
parent b1a9043047
commit 6b08af6a74
8 changed files with 65 additions and 54 deletions

View File

@@ -86,6 +86,7 @@ async function minifyIconFont() {
glyphs.push(...codePoints);
}
glyphs.sort();
const pythonPath = `"${await run('npm config get python')}"`;
console.log(`Using python from npm config ${pythonPath}`);