build vue and primevue separately and generate importmap (#3473)

Co-authored-by: Chenlei Hu <hcl@comfy.org>
This commit is contained in:
Terry Jia
2025-04-20 13:43:22 -04:00
committed by GitHub
parent 2aef0a9af8
commit 7355209c12
2 changed files with 164 additions and 3 deletions

View File

@@ -35,6 +35,7 @@
"src/**/*.vue",
"src/types/**/*.d.ts",
"tests-ui/**/*",
"global.d.ts"
"global.d.ts",
"vite.config.mts"
]
}