1 Star 12 Fork 8

Vinson / blog-nuxt

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
ecosystem.config.js 379 Bytes
一键复制 编辑 原始数据 按行查看 历史
Vinson 提交于 2024-03-20 15:58 . feat: cdn路径调整
/**
* 运行nuxt打包后的文件
* 安装pm2
* 把nuxt打包文件.output和ecosystem.config.js放相同目录下
* 执行pm2 start ecosystem.config.js
* pm2 list 查看运行服务
*/
module.exports = {
apps: [
{
name: 'nuxtBlog',
port: '3000',
exec_mode: 'cluster',
instances: 'max',
script: './.output/server/index.mjs'
}
]
}
JavaScript
1
https://gitee.com/vinson007/blog-nuxt.git
git@gitee.com:vinson007/blog-nuxt.git
vinson007
blog-nuxt
blog-nuxt
master

搜索帮助