1 Star 1 Fork 45

gonson / ThinkTs

forked from Asciphx / ThinkTs 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.json 484 Bytes
一键复制 编辑 原始数据 按行查看 历史
Asciphx 提交于 2020-09-23 04:58 . bugFix:pm2
{
"apps":
{
"name": "ThinkTs",
"cwd": "./",
"args": "-r tsconfig-paths/register",
"script": "ts/index.ts",
"ignore_watch": [
"node_modules",
".vscode"
],
"exec_interpreter": "C:/nodejs/ts-node",
"instances": "max",
"min_uptime": "60s",
"max_restarts": 30,
"exec_mode" : "cluster_mode",
"error_file" : "./log/test-err.log",
"out_file": "./log/test-out.log",
"pid_file": "./log/test.pid",
"watch": false
}
}
TypeScript
1
https://gitee.com/leionson/ThinkTs.git
git@gitee.com:leionson/ThinkTs.git
leionson
ThinkTs
ThinkTs
master

搜索帮助