1 Star 0 Fork 1

雾柊姬/Node Server Base on Koa2 TypeScript

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pm2-start.json 430 Bytes
一键复制 编辑 原始数据 按行查看 历史
wudongo 提交于 2023-03-25 09:40 +08:00 . feat: init project
{
"apps": [{
"name": "node_server",
"script": "./dist/app.js",
"instances": "2",
"exec_mode": "cluster",
"watch": false,
"watch_delay": 4000,
"ignore_watch": [
"node_modules"
],
"max_memory_restart": "1000M",
"min_uptime": "5s",
"max_restarts": 5,
"error_file": "./logs/pm2_xl_account_err.log",
"out_file": "/dev/null",
"log_date_format": "YYYY-MM-DD HH:mm Z"
}]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/wudongo/node-server-base-on-koa2-type-script.git
git@gitee.com:wudongo/node-server-base-on-koa2-type-script.git
wudongo
node-server-base-on-koa2-type-script
Node Server Base on Koa2 TypeScript
master

搜索帮助