Skip to content

Commit 4913a5b

Browse files
committed
added polling and more memory
1 parent 17eab0e commit 4913a5b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"main": "docusaurus.config.js",
66
"scripts": {
77
"docusaurus": "docusaurus",
8-
"start": "cross-env NODE_OPTIONS=--max-old-space-size=8192 npx docusaurus start",
9-
"build": "cross-env NODE_OPTIONS=--max-old-space-size=8192 npx docusaurus build",
8+
"start": "cross-env NODE_OPTIONS=--max-old-space-size=12288 CHOKIDAR_USEPOLLING=false npx docusaurus start",
9+
"build": "cross-env NODE_OPTIONS=--max-old-space-size=12288 npx docusaurus build",
1010
"swizzle": "docusaurus swizzle",
1111
"clear": "docusaurus clear",
1212
"serve": "docusaurus serve",

0 commit comments

Comments
 (0)