added sync_api to ecosystem

This commit is contained in:
SrGooglo 2023-07-27 00:49:08 +00:00
parent 2a4ba237b4
commit 1ccae46a24

View File

@ -61,5 +61,15 @@ module.exports = {
node_args: "-r dotenv/config",
cwd: "./packages/file_server"
},
{
name: "sync_api",
script: "./dist/index.js",
env:{
"NODE_ENV": "production",
"HTTP_LISTEN_PORT": 5005,
},
node_args: "-r dotenv/config",
cwd: "./packages/sync_server"
}
],
}