From 48495904a79c653037cfae2e75a57223e0287f18 Mon Sep 17 00:00:00 2001 From: Limezy Date: Fri, 17 Feb 2023 13:30:10 +0700 Subject: [PATCH] Update app-03-visitor.patch --- sources/patches/app-03-visitor.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sources/patches/app-03-visitor.patch b/sources/patches/app-03-visitor.patch index 6a05531..4d9a8ce 100644 --- a/sources/patches/app-03-visitor.patch +++ b/sources/patches/app-03-visitor.patch @@ -113,7 +113,7 @@ index 352d1993a..5e3c24636 100644 version "0.4.1" resolved "https://registry.yarnpkg.com/pkginfo/-/pkginfo-0.4.1.tgz#b5418ef0439de5425fc4995042dced14fb2a84ff" diff --git a/package.json b/package.json -index 787991dc1..a7ec19544 100644 +index 787991dc1..b5b717014 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ @@ -121,7 +121,7 @@ index 787991dc1..a7ec19544 100644 "build:i18n": "i18next --silent '{shared,app,server,plugins}/**/*.{ts,tsx}' && yarn copy:i18n", "build:server": "./build.sh", - "build": "yarn clean && yarn vite:build && yarn build:i18n && yarn build:server", -+ "build": "yarn clean && NODE_OPTIONS='--max-old-space-size=3072' yarn vite:build && yarn build:i18n && NODE_OPTIONS='--max-old-space-size=3072' yarn build:server", ++ "build": "yarn clean && NODE_OPTIONS='--max-old-space-size=1900' yarn vite:build && yarn build:i18n && NODE_OPTIONS='--max-old-space-size=1900' yarn build:server", "start": "node ./build/server/index.js", "dev": "NODE_ENV=development yarn concurrently -n api,collaboration -c \"blue,magenta\" \"node --inspect=0.0.0.0 build/server/index.js --services=collaboration,websockets,admin,web,worker\"", "dev:backend": "nodemon --exec \"yarn build:server && yarn dev\" -e js,ts,tsx --ignore build/ --ignore app/ --ignore shared/editor",