mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-01 09:29:38 +02:00
Migrate config service to ref-backed Effect runtime
This commit is contained in:
parent
b4ee2b691f
commit
88db18fbda
4 changed files with 907 additions and 755 deletions
|
|
@ -7,9 +7,6 @@
|
|||
* NATS_URL (default: nats://localhost:4222)
|
||||
* CONFIG_PERSIST_PATH (optional, e.g., ./data/config.json)
|
||||
*/
|
||||
import { run } from "../packages/flow/src/config/service.js";
|
||||
import {runMain} from "../packages/flow/src/config/service.js";
|
||||
|
||||
run().catch((err) => {
|
||||
console.error("Config service failed:", err);
|
||||
process.exit(1);
|
||||
});
|
||||
runMain();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue