mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-01-08 08:20:27 +00:00
Add npm start command
This commit is contained in:
parent
a443e5f0ad
commit
f9064428c5
@ -31,7 +31,7 @@
|
|||||||
"node": ">=0.8.2"
|
"node": ">=0.8.2"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"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",
|
"test": "node ./tiddlywiki.js ./editions/test --verbose --version --build index",
|
||||||
"lint:fix": "eslint . --fix",
|
"lint:fix": "eslint . --fix",
|
||||||
"lint": "eslint ."
|
"lint": "eslint ."
|
||||||
|
Loading…
Reference in New Issue
Block a user