Add PM2 ecosystem file

main
Elnu 2 years ago
parent 82623a9ff5
commit 518a48d0ca

@ -0,0 +1,7 @@
module.exports = {
apps: [{
name: "tatoeba-api",
script: "./index.js",
args: "5000"
}]
};