add node options for baserow

This commit is contained in:
MickLesk
2026-06-02 11:15:19 +02:00
parent 1883aedec7
commit 532942bd43
3 changed files with 1 additions and 139 deletions

View File

@@ -45,6 +45,7 @@ msg_ok "Installed Backend Dependencies"
msg_info "Building Frontend"
cd /opt/baserow/web-frontend
export NODE_OPTIONS="--max-old-space-size=6144"
$STD npm install --legacy-peer-deps
$STD npm run build
msg_ok "Built Frontend"