ecosystem-simple.tpl 83 B

123456
  1. module.exports = {
  2. apps : [{
  3. name : "app1",
  4. script : "./app.js"
  5. }]
  6. }