代码拉取完成,页面将自动刷新
// /* pm2.config.js
// * pm2 start pm2.config.js --only hello-world
// */
// module.exports = {
// apps: [
// {
// name: 'hello-world-test', // 测试环境
// cwd: './', // 当前工作路径
// script: 'npm', // 实际启动脚本
// args: 'run start_test', // 参数
// autorestart: true,
// watch: true, // 监控变化的目录,一旦变化,自动重启
// watch_delay: 10000,
// ignore_watch: ['node_modules', 'static'], // 从监控目录中排除
// watch_options: {
// followSymlinks: false,
// usePolling: true
// }
// },
// {
// name: 'hello-world', // 正式环境
// cwd: './', // 当前工作路径
// script: 'npm', // 实际启动脚本
// args: 'run start', // 参数
// autorestart: true,
// user: 'root',
// instances: 8, // 启动2个服务进程
// exec_mode: 'cluster',
// watch: true, // 监控变化的目录,一旦变化,自动重启
// watch_delay: 4000,
// ignore_watch: ['node_modules', 'static'], // 从监控目录中排除
// watch_options: {
// followSymlinks: false,
// usePolling: true
// }
// },
// {
// name: 'czblog',
// port: '8080',
// exec_mode: 'cluster',
// instances: 'max',
// script: './.output/server/index.mjs'
// }
// ]
// }
module.exports = {
apps: [
{
name: 'czblog',
port: '58081',
exec_mode: 'cluster',
instances: 'max',
instances: 2,
script: './.output/server/index.mjs'
}
]
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。