1 Star 0 Fork 69

skybirdfly/nest-admin

forked from buqiyuan/nest-admin 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
ecosystem.config.js 410 Bytes
一键复制 编辑 原始数据 按行查看 历史
const { cpus } = require('node:os')
const cpuLen = cpus().length
module.exports = {
apps: [
{
name: 'nest-admin',
script: './dist/main.js',
autorestart: true,
exec_mode: 'cluster',
watch: false,
instances: cpuLen,
max_memory_restart: '1G',
args: '',
env: {
NODE_ENV: 'production',
PORT: process.env.APP_PORT,
},
},
],
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/skybirdfly/nest-admin.git
git@gitee.com:skybirdfly/nest-admin.git
skybirdfly
nest-admin
nest-admin
main

搜索帮助

0d507c66 1850385 C8b1a773 1850385