API/api.medcify.app/node_modules/pm2/lib/templates/ecosystem-simple.tpl
2022-09-26 11:41:44 +05:30

7 lines
83 B
Smarty

module.exports = {
apps : [{
name : "app1",
script : "./app.js"
}]
}