diff --git a/web/package.json b/web/package.json index 5ffedbe..6fcb38d 100644 --- a/web/package.json +++ b/web/package.json @@ -5,7 +5,7 @@ "type": "module", "scripts": { "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", "test": "vitest run", "coverage": "vitest run --coverage",