NotificationLatch/ecosystem.config.js

7 lines
98 B
JavaScript
Raw Permalink Normal View History

2021-08-18 09:38:47 +00:00
module.exports = {
apps : [{
name : "NotificationLatch",
script : "./index.js"
}]
}