pm2 setup

This commit is contained in:
Andrzej Stepien 2023-09-11 12:14:42 +02:00
parent 71baf2bcb4
commit 8a3f69f6cc
2 changed files with 7 additions and 0 deletions

7
ecosystem.config.js Normal file
View File

@ -0,0 +1,7 @@
module.exports = {
apps : [{
name : "sub-manager-backend",
script : "./server.mjs",
ignore_watch:["submissions","submissions-journal","test.db"]
}]
}

Binary file not shown.