9 Star 106 Fork 45

Asciphx / ThinkTs

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pm2.json 740 Bytes
一键复制 编辑 原始数据 按行查看 历史
asciphx 提交于 2021-07-02 13:01 . Update pm2.json
{
"apps":
{
"name": "ThinkTs",
"cwd": "./",
"script": "build/index.js",
"args":"-r tsconfig-paths/register",
"env": {
"PORT":80,"NODE_ENV": "production"
},
"log_date_format" : "YYYY-MM-DD HH:mm Z",
"ignore_watch": [
"[\\/\\\\]\\./",
"node_modules",
".vscode",
"app",
"log",
"routes",
"example",
"upload",
"dist",
"lib"
],
"instances": "max",
"min_uptime": "30s",
"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/ASCIPHX/ThinkTs.git
git@gitee.com:ASCIPHX/ThinkTs.git
ASCIPHX
ThinkTs
ThinkTs
master

搜索帮助