Skip to content

Commit

Permalink
👷 build: Node.js command line arguments use hyphens (-) as word separ…
Browse files Browse the repository at this point in the history
…ators (#5449)
  • Loading branch information
dupl authored Jan 15, 2025
1 parent 4ff0b74 commit dd1dc89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit dd1dc89

Please sign in to comment.