feat: add auto respawn support

Signed-off-by: MiaoWoo <admin@yumc.pw>
This commit is contained in:
2020-02-23 22:35:05 +08:00
parent e8d41e8a43
commit f660b4a4f8
4 changed files with 76 additions and 36 deletions

View File

@ -20,6 +20,7 @@
"clean": "rimraf dist",
"watch": "tsc --watch",
"build": "yarn clean && tsc",
"start":"node dist/index.js",
"test": "echo \"Error: run tests from root\" && exit 1"
},
"dependencies": {