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 3496feb commit f2dd71bCopy full SHA for f2dd71b
.nvmrc
@@ -0,0 +1 @@
1
+22.13.0
package.json
@@ -3,6 +3,9 @@
3
"version": "0.1",
4
"private": true,
5
"main": "docusaurus.config.js",
6
+ "engines": {
7
+ "node": "22.13.0"
8
+ },
9
"scripts": {
10
"docusaurus": "docusaurus",
11
"start": "cross-env NODE_OPTIONS=--max-old-space-size=12288 CHOKIDAR_USEPOLLING=false npx docusaurus start",
0 commit comments