simpler name for pm2

This commit is contained in:
Andrzej Stepien 2023-09-14 16:06:01 +02:00
parent 7105bb046f
commit 051b8d92c6
1 changed files with 1 additions and 1 deletions

View File

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