mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-01 09:29:38 +02:00
Normalize flow service runtime entrypoints
This commit is contained in:
parent
0da0df81c4
commit
ba64fc5add
5 changed files with 51 additions and 23 deletions
|
|
@ -6,9 +6,6 @@
|
|||
* Env:
|
||||
* NATS_URL (default: nats://localhost:4222)
|
||||
*/
|
||||
import { run } from "../packages/flow/src/flow-manager/service.js";
|
||||
import { runMain } from "../packages/flow/src/flow-manager/service.js";
|
||||
|
||||
run().catch((err) => {
|
||||
console.error("Flow manager failed:", err);
|
||||
process.exit(1);
|
||||
});
|
||||
runMain();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue