Files
klz-cables.com/.pnpm-store/v10/files/a0/9ddfdb008d5869a58da99347873d968cffd8ae8dde691226589e671b53fef609286f8f43e32e71afb23f997ccbd50d4450a1d6c10e1dfe3c43db3f923ddd99
Marc Mintel 5397309103
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 20s
Build & Deploy / 🧪 QA (push) Failing after 34s
Build & Deploy / 🏗️ Build (push) Has started running
Build & Deploy / 🚀 Deploy (push) Has been cancelled
Build & Deploy / 🧪 Smoke Test (push) Has been cancelled
Build & Deploy / ⚡ Lighthouse (push) Has been cancelled
Build & Deploy / 🔔 Notify (push) Has been cancelled
fix(products): fix breadcrumbs and product filtering (backport from main)
2026-02-24 16:04:21 +01:00

15 lines
557 B
Plaintext

import type { PayloadComponent } from '../../../config/types.js';
import type { Imports, InternalImportMap } from '../index.js';
/**
* Adds a payload component to the import map.
*/
export declare function addPayloadComponentToImportMap({ importMap, importMapToBaseDirPath, imports, payloadComponent, }: {
importMap: InternalImportMap;
importMapToBaseDirPath: string;
imports: Imports;
payloadComponent: PayloadComponent;
}): {
path: string;
specifier: string;
} | null;
//# sourceMappingURL=addPayloadComponentToImportMap.d.ts.map