Home
last modified time | relevance | path

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

/expo/packages/@expo/cli/src/export/
H A DexportApp.ts85 await copyPublicFolderAsync(publicPath, staticFolder);
226 async function copyPublicFolderAsync(publicFolder: string, outputFolder: string) { function