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 7c273ec commit 04936f8Copy full SHA for 04936f8
docs/package.json
@@ -4,8 +4,8 @@
4
"private": true,
5
"scripts": {
6
"docs:dev": "nuxi dev",
7
- "docs:build": "nuxi build",
8
- "docs:generate": "nuxi generate",
+ "docs:build": "NODE_OPTIONS=--max_old_space_size=8192 nuxi build",
+ "docs:generate": "NODE_OPTIONS=--max_old_space_size=8192 nuxi generate",
9
"docs:preview": "nuxi preview"
10
}
11
0 commit comments