Update docs to require Node.js 24.14.0+

This commit is contained in:
Pandipipas
2026-03-03 12:26:58 +01:00
parent d289b7e0b7
commit f8ffad02cb
2 changed files with 9 additions and 4 deletions
+1 -1
View File
@@ -22,7 +22,7 @@
"build": "vite build && tsc -b tsconfig.extension.json",
"lint": "eslint",
"schema-types": "nodecg schema-types",
"start": "cd ../.. && node index.js",
"start": "nodecg start",
"watch": "conc -n B,E -c red,blue -k vite \"tsc -b -w --preserveWatchOutput tsconfig.extension.json\""
},
"nodecg": {