Home
last modified time | relevance | path

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

/expo/tools/src/commands/
H A DGenerateBareApp.ts342 const pathToAppJson = path.resolve(projectDir, 'app.json'); constant
343 const json = await fs.readJson(pathToAppJson);
349 await fs.writeJSON(pathToAppJson, json, { spaces: 2 });