7 lines
98 B
JavaScript
7 lines
98 B
JavaScript
|
module.exports = {
|
||
|
apps : [{
|
||
|
name : "NotificationLatch",
|
||
|
script : "./index.js"
|
||
|
}]
|
||
|
}
|