From dd1dc8907bcaa7ca1eba32002217eb3479d58614 Mon Sep 17 00:00:00 2001 From: dupl <67990457+dupl@users.noreply.github.com> Date: Wed, 15 Jan 2025 15:11:25 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20build:=20Node.js=20command=20lin?= =?UTF-8?q?e=20arguments=20use=20hyphens=20(-)=20as=20word=20separators=20?= =?UTF-8?q?(#5449)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- netlify.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netlify.toml b/netlify.toml index 6090fb20c0..411a59cac5 100644 --- a/netlify.toml +++ b/netlify.toml @@ -3,7 +3,7 @@ command = "pnpm run build" publish = ".next" [build.environment] -NODE_OPTIONS = "--max_old_space_size=4096" +NODE_OPTIONS = "--max-old-space-size=4096" [template.environment] OPENAI_API_KEY = "set your OpenAI API Key"