👷 build: Node.js command line arguments use hyphens (-) as word separators (#5449)

This commit is contained in:
dupl
2025-01-15 15:11:25 +08:00
committed by GitHub
parent 4ff0b74ac9
commit dd1dc8907b
+1 -1
View File
@@ -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"