Normalize flow service runtime entrypoints

This commit is contained in:
elpresidank 2026-06-02 01:13:40 -05:00
parent 0da0df81c4
commit ba64fc5add
5 changed files with 51 additions and 23 deletions

View file

@ -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();