mirror of
https://gitee.com/mateos/mateclaw.git
synced 2026-09-13 11:13:43 +08:00
fix(ui-build): bump Node heap to 6GB to avoid OOM during vite build
This commit is contained in:
parent
6e57f78fc2
commit
5021760cbe
@ -6,7 +6,7 @@
|
||||
"description": "MateClaw - Personal AI Assistant Web Console",
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
"build": "vue-tsc && vite build",
|
||||
"build": "NODE_OPTIONS=--max-old-space-size=6144 vue-tsc && vite build",
|
||||
"preview": "vite preview",
|
||||
"lint": "eslint src --ext .ts,.vue --fix"
|
||||
},
|
||||
|
||||
Loading…
Reference in New Issue
Block a user