node_options

This commit is contained in:
CanbiZ 2026-01-19 16:06:05 +01:00
parent a9d0ccbb88
commit 5f40fb733f

View File

@ -80,9 +80,7 @@ TURBO
$STD corepack enable
$STD corepack prepare yarn@4.12.0 --activate
$STD yarn config set enableTelemetry 0
# Limit TypeScript memory per process
export NODE_OPTIONS="--max-old-space-size=2048"
export NODE_OPTIONS="--max-old-space-size=4096"
export TSC_COMPILE_ON_ERROR=true
$STD yarn install