Searched refs:serverPath (Results 1 – 1 of 1) sorted by relevance
107 const serverPath = path.relative(root, safeOtherFile).replace(/\.[jt]sx?$/, '.bundle'); constant108 debug('fetching from Metro:', root, serverPath);110 let url = `${devServerUrl}/${serverPath}?platform=${platform}&dev=${dev}&minify=${minify}`;