first commit
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
module.exports = {
|
||||
apps: [
|
||||
{
|
||||
name: "session-server",
|
||||
exec_mode: "cluster",
|
||||
script: "./dist/index.js",
|
||||
},
|
||||
],
|
||||
};
|
||||
Reference in New Issue
Block a user