Add PM2 ecosystem file

This commit is contained in:
Elnu 2022-06-22 12:01:35 -07:00
parent 82623a9ff5
commit 518a48d0ca

7
ecosystem.config.js Normal file
View file

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