Home
last modified time | relevance | path

Searched refs:serverPath (Results 1 – 1 of 1) sorted by relevance

/expo/packages/@expo/cli/src/start/server/
H A DgetStaticRenderFunctions.ts107 const serverPath = path.relative(root, safeOtherFile).replace(/\.[jt]sx?$/, '.bundle'); constant
108 debug('fetching from Metro:', root, serverPath);
110 let url = `${devServerUrl}/${serverPath}?platform=${platform}&dev=${dev}&minify=${minify}`;