test: harden release qa live gates

This commit is contained in:
Peter Steinberger
2026-04-27 21:16:48 +01:00
parent 71c74b766e
commit cdf88bcad4
3 changed files with 5 additions and 5 deletions

View File

@@ -1,7 +1,6 @@
export {
buildQaTarget,
callGatewayFromCli,
Command,
createQaBusThread,
defaultQaRuntimeModelForMode,
definePluginEntry,
@@ -37,5 +36,6 @@ export {
searchQaBusMessages,
sendQaBusMessage,
setQaChannelRuntime,
type Command,
} from "./src/runtime-api.js";
export { startQaLiveLaneGateway } from "./src/live-transports/shared/live-gateway.runtime.js";