1
0

upd: change icon font

This commit is contained in:
Mar0xy
2023-09-30 18:52:13 +02:00
parent 00c14b98a3
commit f2e299a7a9
4 changed files with 17 additions and 78 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ async function copyFrontendFonts() {
}
async function copyFrontendTablerIcons() {
await fs.cp('./packages/frontend/node_modules/@tabler/icons-webfont', './built/_frontend_dist_/tabler-icons', { dereference: true, recursive: true });
await fs.cp('./packages/frontend/node_modules/@phosphor-icons/web/src', './built/_frontend_dist_/phosphor-icons', { dereference: true, recursive: true });
}
async function copyFrontendLocales() {