NotificationLatch/ecosystem.config.js

7 lines
98 B
JavaScript

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