mirror of
https://github.com/lobehub/lobe-chat.git
synced 2026-06-13 19:20:04 +00:00
👷 build: Node.js command line arguments use hyphens (-) as word separators (#5449)
This commit is contained in:
+1
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user