1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-04-21 18:23:13 +00:00

set node version to >= LTS 22.10.0 so --watch-path option is stable

This commit is contained in:
pmario 2024-10-29 11:58:34 +01:00
parent 1dfd563971
commit 88c25d1932

View File

@ -30,7 +30,7 @@
"bundleDependencies": [],
"license": "BSD",
"engines": {
"node": ">=20.17.0"
"node": ">=22.10.0"
},
"scripts": {
"start": "node ./tiddlywiki.js ./editions/tw5.com-server --listen",