forked from FoundKeyGang/FoundKey
Add debug command
This commit is contained in:
parent
cb134bb818
commit
cae7387c3a
1 changed files with 2 additions and 1 deletions
|
@ -10,7 +10,8 @@
|
|||
"main": "./built/index.js",
|
||||
"scripts": {
|
||||
"config": "node ./tools/init.js",
|
||||
"start": "node ./built/index.js",
|
||||
"start": "node ./built",
|
||||
"debug": "DEBUG=misskey:* node ./built",
|
||||
"update": "./tools/update.sh",
|
||||
"swagger": "node ./swagger.js",
|
||||
"build": "gulp build",
|
||||
|
|
Loading…
Reference in a new issue