mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-08-11 08:14:14 +00:00
update edtion:info
This commit is contained in:
parent
88cd38d89d
commit
58b60e560b
@ -36,13 +36,13 @@
|
||||
"start": "node ./tiddlywiki.js ./editions/tw5.com-server --listen",
|
||||
"test": "node ./tiddlywiki.js ./editions/test --verbose --version --build index",
|
||||
|
||||
"edition:info": "echo \"use: npm run edition --edition=tw5.com [de-AT, es-ES, fr-FR, ko-KR, xlsx-utils]\"",
|
||||
"edition:info": "echo \"use: npm run edition --edition=<wiki> [tw5.com, de-AT, es-ES, fr-FR, ko-KR, xlsx-utils]\"",
|
||||
"wiki:info": "echo \"use: npm run wiki --edition=<wiki> [empty, prerelease, dev, tour, tw.org, upgrade, full]\"",
|
||||
"lazy:info": "echo \"use: npm run lazy --edition=tw5.com [de-AT, es-ES, fr-FR, ko-KR, xlsx-utils]\"",
|
||||
"library:info": "echo \"use: npm run library\" && echo \"IMPORTANT: It starts on port:8888\"",
|
||||
"watch:info": "echo \"npm run watch\" needs Node.js V20.x to work",
|
||||
|
||||
"edition": "node ./tiddlywiki.js ./editions/%npm_config_edition%-server --listen",
|
||||
"edition": "export npm_config_edition=tw5.com || set npm_config_edition=tw5.com && node ./tiddlywiki.js ./editions/%npm_config_edition%-server --listen",
|
||||
"wiki": "node ./tiddlywiki.js +plugins/tiddlywiki/filesystem +plugins/tiddlywiki/tiddlyweb ./editions/%npm_config_edition% --listen",
|
||||
"lazy": "node ./tiddlywiki.js ./editions/%npm_config_edition%-server --listen root-tiddler=$:/core/save/lazy-all",
|
||||
"library": "node ./tiddlywiki.js ./editions/pluginlibrary --build test-server",
|
||||
|
Loading…
x
Reference in New Issue
Block a user