This repository has been archived on 2022-10-14. You can view files and clone it, but cannot push or open issues/pull-requests.
terrium-release-distributor/ecosystem.config.js

10 lines
151 B
JavaScript

module.exports = {
apps: [
{
name: "terrium-release-distributor",
script: "index.js",
output: "output.log",
error: "error.log"
}
]
};