mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 10:34:17 +00:00
added sync_api to ecosystem
This commit is contained in:
parent
2a4ba237b4
commit
1ccae46a24
@ -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"
|
||||
}
|
||||
],
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user