Home
last modified time | relevance | path

Searched defs:getConfigFilePaths (Results 1 – 2 of 2) sorted by relevance

/expo/packages/@expo/config/build/
H A DConfig.js9 getConfigFilePaths: true, property
288 function getConfigFilePaths(projectRoot) { function
/expo/packages/@expo/config/src/
H A DConfig.ts204 export function getConfigFilePaths(projectRoot: string): ConfigFilePaths { function