1 Star 0 Fork 11

HL/shop-nuxt3

forked from zzuli_huahua/shop-nuxt3 
Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
ecosystem.config.js 382 Bytes
Copy Edit Raw Blame History
zzuli_huahua authored 2024-06-26 10:53 . 保存
// 本文件用于部署服务器时的启动文件,在本地开发环境可以删除
module.exports = {
apps: [
{
name: 'shop_nuxt3', //名称可以自定义
exec_mode: 'cluster',
instances: 'max', // Or a number of instances
script: './.output/server/index.mjs',
port: '3000',
}
]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/youzih/shop-nuxt3.git
git@gitee.com:youzih/shop-nuxt3.git
youzih
shop-nuxt3
shop-nuxt3
master

Search