From 170d9026e189a2fb1dd0828c721670c9350c4d46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joaqu=C3=ADn=20S=C3=A1nchez?= Date: Fri, 29 Nov 2024 23:20:14 +0100 Subject: [PATCH] chore: add more memory to Netlify build process (#35) --- netlify.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/netlify.toml b/netlify.toml index 71eb2368..f0990102 100755 --- a/netlify.toml +++ b/netlify.toml @@ -2,6 +2,9 @@ publish = "dist" command = "pnpm run build" +[build.environment] +NODE_OPTIONS = '--max-old-space-size=4096' + # Redirect to Discord server [[redirects]] from = "https://chat.nimbus.town"