1 Star 0 Fork 1

zjnbzh/vite2-vue3-ssr

forked from yi/vite2-vue3-ssr 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
ecosystem.config.js 446 Bytes
一键复制 编辑 原始数据 按行查看 历史
李良贤 提交于 2022-11-03 14:29 . feat: script
module.exports = {
apps: [{
name: 'vite2-vue3-ssr',
script: 'server/index.js',
env: {
NODE_ENV: 'production'
},
// interpreter_args: '-r dotenv/config',
exec_mode: 'cluster',
instances: 'max',
max_memory_restart: '2G',
error_file: 'logs/err.log',
out_file: 'logs/out.log',
log_file: 'logs/combined.log',
log_date_format: 'YYYY-MM-DD HH:mm:ss Z',
time: true,
merge_logs: true
}]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zjnbzh/vite2-vue3-ssr.git
git@gitee.com:zjnbzh/vite2-vue3-ssr.git
zjnbzh
vite2-vue3-ssr
vite2-vue3-ssr
develop

搜索帮助