mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-01 01:19:38 +02:00
Use runtime barrel for messaging config
This commit is contained in:
parent
c5e7708911
commit
8f47456a4b
2 changed files with 2 additions and 2 deletions
|
|
@ -16,7 +16,7 @@ import {
|
|||
import { Effect, Exit, Layer, ManagedRuntime, Scope } from "effect";
|
||||
import * as P from "effect/Predicate";
|
||||
import * as S from "effect/Schema";
|
||||
import { loadMessagingRuntimeConfig } from "../runtime/messaging-config.js";
|
||||
import { loadMessagingRuntimeConfig } from "../runtime/index.ts";
|
||||
import { makeEffectConsumerFromPubSub, type EffectConsumer } from "./runtime.js";
|
||||
|
||||
export type MessageHandler<T> = (
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@ import {
|
|||
runFlowRuntimeScoped,
|
||||
} from "../messaging/runtime.js";
|
||||
import { makePubSubService, PubSub } from "../backend/pubsub.js";
|
||||
import { loadMessagingRuntimeConfig } from "../runtime/messaging-config.js";
|
||||
import { loadMessagingRuntimeConfig } from "../runtime/index.ts";
|
||||
import { Duration, Effect, Exit, Layer, ManagedRuntime, Scope } from "effect";
|
||||
import * as O from "effect/Option";
|
||||
import * as S from "effect/Schema";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue