Searched refs:stripAssetPrefix (Results 1 – 2 of 2) sorted by relevance
1 import { stripAssetPrefix } from '../persistMetroAssets';5 stripAssetPrefix(
109 const adjustedHttpServerLocation = stripAssetPrefix(asset.httpServerLocation, basePath);119 export function stripAssetPrefix(path: string, basePath?: string) { function