We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23c645b commit c07fc58Copy full SHA for c07fc58
package.json
@@ -5,7 +5,7 @@
5
"main": "src/index.js",
6
"scripts": {
7
"prestart": "http-server public -p ${HTTP_SERVER_PORT:-5000} -s &",
8
- "start": "node --max-old-space-size=256 src/index.js",
+ "start": "node --max-old-space-size=128 src/index.js",
9
"test": "echo \"Error: no test specified\" && exit 1"
10
},
11
"dependencies": {
0 commit comments