We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 757a141 commit 6a218d6Copy full SHA for 6a218d6
1 file changed
react/package.json
@@ -82,7 +82,7 @@
82
"zod": "^4.3.6"
83
},
84
"scripts": {
85
- "start": "craco start",
+ "start": "NODE_OPTIONS='--max-old-space-size=4096' craco start",
86
"build": "pnpm run build:only && cp -r ./build/* ../build/web/",
87
"build:only": "pnpm run relay && craco build",
88
"test": "NODE_OPTIONS='$NODE_OPTIONS --no-deprecation --experimental-vm-modules' jest",
0 commit comments