1 Star 0 Fork 3

shech / vue-shop

forked from 孔乙己拉夫米 / vue-shop 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pm2.config.json 470 Bytes
一键复制 编辑 原始数据 按行查看 历史
孔乙己拉夫米 提交于 2021-11-08 11:37 . 更新pm2配置
{
"apps": [
{
"name": "tj_mobile",
"script": "./node_modules/nuxt/bin/nuxt.js",
"args": "start",
"cwd": "./",
"env": {
"BASEURL": "https://azhengpersonalblog.top",
"PORT": 3333,
"HOST": "0.0.0.0",
"IMG": "https://image.azhengpersonalblog.top/"
},
"exec_mode": "cluster",
"error_file": "./log/err.log",
"out_file": "./log/out.log",
"pid_file": "./log/file.pid"
}
]
}
JavaScript
1
https://gitee.com/swantb/vue-shop.git
git@gitee.com:swantb/vue-shop.git
swantb
vue-shop
vue-shop
master

搜索帮助