Skip to content

Commit

Permalink
Changing max old space size
Browse files Browse the repository at this point in the history
  • Loading branch information
samilabud committed Mar 6, 2024
1 parent 739e8cf commit 8761788
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
"workbox-streams": "^5.1.3"
},
"scripts": {
"start": "react-scripts --max-old-space-size=400 start",
"build": "react-scripts build",
"start": "react-scripts --max_old_space_size=400 start",
"build": "react-scripts build max_old_space_size=400",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
Expand Down

0 comments on commit 8761788

Please sign in to comment.