fix(E3): raise Monaco build heap

This commit is contained in:
Saravana Achu Mac 2026-05-04 18:14:08 -07:00
parent e8b3c9cf69
commit e266a8ba85

View File

@ -5,7 +5,7 @@
"type": "module", "type": "module",
"scripts": { "scripts": {
"dev": "vite", "dev": "vite",
"build": "tsc -b && vite build", "build": "NODE_OPTIONS=--max-old-space-size=8192 tsc -b && NODE_OPTIONS=--max-old-space-size=8192 vite build",
"typecheck": "tsc -b --pretty false", "typecheck": "tsc -b --pretty false",
"test": "vitest run", "test": "vitest run",
"coverage": "vitest run --coverage", "coverage": "vitest run --coverage",