build(web-ui): fix rollup failing (#4687)

This commit is contained in:
Coia Prant 2026-02-09 04:30:40 +08:00 committed by GitHub
commit 8aed1a82c8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 38 additions and 9 deletions

View file

@ -22,10 +22,6 @@
"@vitejs/plugin-vue": "6.0.1",
"serve": "14.2.5",
"vite": "6.3.6",
"vite-plugin-ejs": "1.7.0",
"@rollup/wasm-node": "4.57.1"
},
"overrides": {
"rollup": "npm:@rollup/wasm-node@4.57.1"
"vite-plugin-ejs": "1.7.0"
}
}