This commit is contained in:
2024-05-27 17:22:09 +05:00
parent 5546ec6137
commit 3728d49ad9
14 changed files with 654 additions and 19 deletions
+10
View File
@@ -0,0 +1,10 @@
module.exports = {
apps: [
{
name: "coord.graff.tech-server:4000",
exec_mode: "cluster",
script: "yarn",
args: "start",
},
],
};