Initialize crypto_monitor_user (user edition) from monitor codebase.
Retarget git remote, install path, and deploy docs from crypto_monitor to crypto_monitor_user. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
/**
|
||||
* 仅子代理(一般不单独用;默认请 pm2 start ecosystem.config.cjs 一次起 hub+agent)
|
||||
*
|
||||
* 若只想重启子代理,不动中控:
|
||||
* pm2 restart manual-agent-binance manual-agent-gate ...
|
||||
*/
|
||||
const main = require("./ecosystem.config.cjs");
|
||||
|
||||
module.exports = {
|
||||
apps: main.apps.filter((a) => String(a.name).startsWith("manual-agent-")),
|
||||
};
|
||||
Reference in New Issue
Block a user