diff --git a/mateclaw-ui/package.json b/mateclaw-ui/package.json index 95f2c230..81e77a71 100644 --- a/mateclaw-ui/package.json +++ b/mateclaw-ui/package.json @@ -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" },