@hot-updater/plugin-core
Version:
React Native OTA solution for self-hosted
13 lines (12 loc) • 478 B
JavaScript
//#region src/legacyAssetStorageLayout.ts
/**
* @internal
*
* Legacy manifest assets were stored below each bundle's `/files` directory
* using their manifest-relative path. Keep all old-layout path decisions here
* so support can be removed by deleting this module and the entrypoint branch
* that imports it.
*/
const getLegacyManifestAssetStoragePath = ({ assetPath }) => assetPath;
//#endregion
exports.getLegacyManifestAssetStoragePath = getLegacyManifestAssetStoragePath;