refactor: share timeout abort helper with matrix

This commit is contained in:
Peter Steinberger
2026-04-20 23:28:36 +01:00
parent 8b7418b127
commit 4fb2e2309e
2 changed files with 2 additions and 31 deletions

View File

@@ -3,6 +3,7 @@ import { hasEnvHttpProxyConfigured } from "../infra/net/proxy-env.js";
import { runPassiveAccountLifecycle } from "./channel-lifecycle.core.js";
import { createLoggerBackedRuntime } from "./runtime-logger.js";
export { safeParseJsonWithSchema, safeParseWithSchema } from "../utils/zod-parse.js";
export { buildTimeoutAbortSignal } from "../utils/fetch-timeout.js";
type PassiveChannelStatusSnapshot = {
configured?: boolean;