Added PM2 and check if header response set.

This commit is contained in:
Patrick Fic
2022-06-02 14:44:04 -07:00
parent 5c2e08ae15
commit 4ae4092490
5 changed files with 67 additions and 26 deletions

8
ecosystem.config.js Normal file
View File

@@ -0,0 +1,8 @@
module.exports = [
{
script: "dist/server.js",
name: "MediaServer",
exec_mode: "cluster",
instances: 0,
},
];