diff --git a/netlify.toml b/netlify.toml index 1345d20b6..d8d812f03 100644 --- a/netlify.toml +++ b/netlify.toml @@ -3,6 +3,9 @@ publish = "dist" functions = "functions" +[build.environment] + NODE_OPTIONS = "--max_old_space_size=4096" + [dev] command = "npm run start" targetPort = 3000