|
|
@@ -3,8 +3,8 @@ module.exports = {
|
|
|
{
|
|
|
name: 'zhongde-web',//项目名称
|
|
|
cwd: './',//当前工作路径
|
|
|
- #script: 'npm',//实际启动脚本
|
|
|
- script: './node_modules/nuxt/bin/nuxt.js',//或者可以直接执行这个脚本
|
|
|
+ script: 'npm',//实际启动脚本
|
|
|
+ script: './node_modules/nuxt/bin/nuxt.js',//或者可以直接执行这个脚本
|
|
|
args: 'run start',//参数
|
|
|
autorestart: true, //自动重启
|
|
|
error_file: 'logs/zhongde-web-err.log',//错误日志
|