NotificationLatch/ecosystem.config.js

7 lines
98 B
JavaScript
Raw Normal View History

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