first commit

This commit is contained in:
2024-03-05 19:20:15 +05:00
commit 9167785656
17 changed files with 2182 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
module.exports = {
apps: [
{
name: "session-server",
exec_mode: "cluster",
script: "./dist/index.js",
},
],
};