xantic/ecosystem.config.js

7 lines
88 B
JavaScript
Raw Normal View History

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