👷 build: fix netlify deployment failed (#4328)

This commit is contained in:
dupl
2024-10-12 10:29:42 +08:00
committed by GitHub
parent 71877240a4
commit 1edd6f61f4
+1 -1
View File
@@ -3,7 +3,7 @@ command = "pnpm run build"
publish = ".next"
[build.environment]
NODE_OPTIONS = "--max_old_space_size=8192"
NODE_OPTIONS = "--max_old_space_size=4096"
[template.environment]
OPENAI_API_KEY = "set your OpenAI API Key"