Correct Build and file name sanitization

This commit is contained in:
Allan Carr
2024-08-28 09:34:56 -07:00
parent 36ada6fd1f
commit a6da3c369a
4 changed files with 42 additions and 26 deletions

8
ecosystem.config.cjs Normal file
View File

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