Add npm start command

This commit is contained in:
Jeremy Ruston 2024-03-12 17:32:35 +00:00
parent a443e5f0ad
commit f9064428c5
1 changed files with 1 additions and 1 deletions

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 ."