This commit is contained in:
2024-06-06 15:14:23 +05:00
parent af10788000
commit ccca61d2bf
9 changed files with 288 additions and 169 deletions
+10
View File
@@ -0,0 +1,10 @@
module.exports = {
apps: [
{
name: "stream.graff.tech-server:5002",
exec_mode: "cluster",
script: "yarn",
args: "start",
},
],
};