fix(stage-ui|workspace): lobe-icons not resolved, metadata not accessed correctly

This commit is contained in:
Neko Ayaka
2025-05-01 00:05:14 +08:00
parent 1eb62e912f
commit e819834e42
2 changed files with 7 additions and 6 deletions
+2
View File
@@ -119,6 +119,8 @@ export function sharedUnoConfig() {
/\.(vue|svelte|[jt]sx|mdx?|astro|elm|php|phtml|html)($|\?)/,
// include js/ts files
'(components|src)/**/*.{js,ts,vue}',
'**/stage-ui/**/*.{vue,js,ts}',
'**/ui/**/*.{vue,js,ts}',
],
},
},