Home
last modified time | relevance | path

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

/expo/tools/src/commands/
H A DGenerateBareApp.ts317 const scriptsToCopy = path.resolve(EXPO_DIR, 'template-files/generate-bare-app/scripts'); constant
318 await fs.copy(scriptsToCopy, scriptsDir, { recursive: true });