Fix configure startup stalls from outbound send-deps imports (#46301)
* fix: avoid configure startup plugin stalls * fix: credit configure startup changelog entry
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import type { OutboundSendDeps } from "../infra/outbound/deliver.js";
|
||||
import type { OutboundSendDeps } from "../infra/outbound/send-deps.js";
|
||||
import { createOutboundSendDepsFromCliSource } from "./outbound-send-mapping.js";
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user