fix: remove duplicate channel runtime export

This commit is contained in:
Peter Steinberger
2026-04-11 13:56:37 +01:00
parent a82d8f04fb
commit 9a8647cef7

View File

@@ -19,8 +19,6 @@ import type { RuntimeEnv } from "../runtime.js";
import type { ChannelRuntimeSnapshot } from "./server-channel-runtime.types.js";
export type { ChannelRuntimeSnapshot } from "./server-channel-runtime.types.js";
export type { ChannelRuntimeSnapshot } from "./server-channel-runtime.types.js";
const CHANNEL_RESTART_POLICY: BackoffPolicy = {
initialMs: 5_000,
maxMs: 5 * 60_000,