Home
last modified time | relevance | path

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

/expo/packages/@expo/cli/src/start/server/
H A DwebTemplate.ts39 const localFilePath = path.resolve(projectRoot, publicFolder, filePath); constant
40 if (!fs.existsSync(localFilePath)) {
43 return localFilePath;