Skip to content

Commit

Permalink
Heroku Preview Apps: add NODE_OPTIONS to app.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Giacomo Licari committed Sep 4, 2023
1 parent 8f7ba15 commit c59139c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion Procfile

This file was deleted.

3 changes: 2 additions & 1 deletion app.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "gbc-deposit-ui",
"description": "Gnosis Beacon Chain Deposit UI",
"env": {
"REACT_APP_NETWORK_IDS": "100,10200"
"REACT_APP_NETWORK_IDS": "100,10200",
"NODE_OPTIONS": "--max_old_space_size=1024"
}
}

0 comments on commit c59139c

Please sign in to comment.