... 生产环境配置// $ pm2 start app.js --env env: { // 环境参数,当前指定为生产环境process.env.NODE_ENV NODE_ENV: 'production', // 当前环境 ...
確定! 回上一頁