This commit is contained in:
2024-01-22 20:40:23 +05:00
parent 29148afe9c
commit c9e8de4d83
22 changed files with 498 additions and 500 deletions
-10
View File
@@ -1,10 +0,0 @@
module.exports = {
apps: [
{
name: "crm.stream.graff.tech-server",
exec_mode: "cluster",
script: "yarn",
args: "start",
},
],
};