From 2a083f3b0dc3700d03a2274aeb601a14f8ad1c3e Mon Sep 17 00:00:00 2001 From: Emiel Van Severen Date: Sun, 6 Oct 2024 00:07:06 +0200 Subject: [PATCH] fix: try to increase old-space-size --- packages/web-main/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/web-main/package.json b/packages/web-main/package.json index 105ec1069f..2fd95e0475 100644 --- a/packages/web-main/package.json +++ b/packages/web-main/package.json @@ -22,7 +22,7 @@ }, "scripts": { "start:dev": "vite dev --port 13001 --host 0.0.0.0", - "build": "NODE_OPTIONS=--max-old-space-size=8195 vite build && tsc --noemit", + "build": "NODE_OPTIONS=--max-old-space-size=12195 vite build && tsc --noemit", "test": "npm run test:unit", "test:unit": "CI=true vitest", "test:watch": "vitest --watch"