Skip to content

Commit

Permalink
heap memory added
Browse files Browse the repository at this point in the history
  • Loading branch information
Luxshan2000 committed Oct 28, 2023
1 parent 91683c4 commit 694b6b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions webapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"web-vitals": "^2.1.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"start": "react-scripts --max_old_space_size=4096 start",
"build": "react-scripts --max_old_space_size=4096 build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
Expand Down

0 comments on commit 694b6b4

Please # to comment.