added sync_api to ecosystem

This commit is contained in:
SrGooglo 2023-07-27 00:49:08 +00:00
parent 79c8418b1f
commit 5de963ac16

View File

@ -61,5 +61,15 @@ module.exports = {
node_args: "-r dotenv/config", node_args: "-r dotenv/config",
cwd: "./packages/file_server" 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"
}
], ],
} }