Files
klz-cables.com/.pnpm-store/v10/files/5f/783c2a3f40507766c04864fa73e029bc492aed3aacd51967b03f73fe7c78c70dcb056d59410e50cbd75442e1d39dfe9c15694161a75077298d62f8cceeb233
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
504 B
Plaintext

/**
* Returns the path that navigates from the import map file to the base directory.
* This can then be prepended to relative paths in the import map to get the full, absolute path.
*/
export declare function getImportMapToBaseDirPath({ baseDir, importMapPath, }: {
/**
* Absolute path to the base directory
*/
baseDir: string;
/**
* Absolute path to the import map file
*/
importMapPath: string;
}): string;
//# sourceMappingURL=getImportMapToBaseDirPath.d.ts.map