PM2 generates a ecosystem.config.js file. Here is what it looks like: module.exports = { apps : [{ name : "app1", script : "./app.js" }] }.
確定! 回上一頁