build(deps): 更新 Vite 版本

- 在 pnpm overrides 中添加 Vite,确保使用正确的版本
This commit is contained in:
严浩
2025-08-19 18:27:59 +08:00
parent 868972e889
commit c762405682
2 changed files with 23 additions and 21 deletions

View File

@@ -40,6 +40,7 @@
},
"pnpm": {
"overrides": {
"vite": "$vite",
"vue-tsc": "$vue-tsc",
"@primevue/auto-import-resolver": "$primevue"
}