diff --git a/src/helpers/wiring.helper.ts b/src/helpers/wiring.helper.ts index a301da0..be535d7 100644 --- a/src/helpers/wiring.helper.ts +++ b/src/helpers/wiring.helper.ts @@ -591,6 +591,7 @@ export function CreateLibrary): LibraryDefinition { validateLibrary(libraryName, services); @@ -609,6 +610,8 @@ export function CreateLibrary) { let internal: InternalDefinition; @@ -234,6 +235,8 @@ export function CreateApplication; const application = { + // * Merge in stuff which may only exist via declaration merging + ...extra, [WIRE_PROJECT]: async (internal: InternalDefinition) => { BOILERPLATE(internal)?.configuration?.[LOAD_PROJECT]( name as keyof LoadedModules,