Home
last modified time | relevance | path

Searched defs:configFilePath (Results 1 – 4 of 4) sorted by relevance

/expo/packages/expo-test-runner/build/
H A DTemplateProject.d.ts9 protected configFilePath: string; property in TemplateProject
H A DTemplateProject.js18 configFilePath; field in TemplateProject
19 constructor(config, name, platform, configFilePath) { argument
/expo/packages/expo-test-runner/src/
H A DTemplateProject.ts18 protected configFilePath: string property in TemplateProject
/expo/packages/@expo/cli/src/export/
H A Dfork-bundleAsync.ts50 const configFilePath = paths.dynamicConfigPath ?? paths.staticConfigPath ?? 'app.json'; constant