first commit

This commit is contained in:
2024-07-10 14:04:47 +05:00
commit 726d42f6b4
9 changed files with 1334 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
module.exports = {
apps: [
{
name: "stream.graff.tech-socket:5003",
exec_mode: "cluster",
script: "yarn",
args: "start",
},
],
};