MonitorProgress/node_modules/pm2/lib/templates/ecosystem-simple-es.tpl
2025-04-09 13:27:08 +00:00

9 lines
105 B
Smarty

const config = {
apps : [{
name : "app1",
script : "./app.js"
}]
}
export default config;