1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-11-05 09:36:18 +00:00

Add npm start command

This commit is contained in:
Jeremy Ruston 2024-03-12 17:32:35 +00:00
parent a443e5f0ad
commit f9064428c5

View File

@ -31,7 +31,7 @@
"node": ">=0.8.2"
},
"scripts": {
"dev": "node ./tiddlywiki.js ./editions/tw5.com-server --listen",
"start": "node ./tiddlywiki.js ./editions/multiwikiserver --listen",
"test": "node ./tiddlywiki.js ./editions/test --verbose --version --build index",
"lint:fix": "eslint . --fix",
"lint": "eslint ."