Home
last modified time | relevance | path

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

/expo/packages/@expo/cli/src/export/
H A DexportApp.ts79 const staticFolder = outputPath; constant
80 const assetsPath = path.join(staticFolder, 'assets');
81 const bundlesPath = path.join(staticFolder, 'bundles');
85 await copyPublicFolderAsync(publicPath, staticFolder);
166 await fs.promises.writeFile(path.join(staticFolder, 'index.html'), html);
175 outputDirectory: staticFolder,
186 outputDir: staticFolder,
192 await writeAssetMapAsync({ outputDir: staticFolder, assets });
208 outputDir: staticFolder,
214 await writeMetadataJsonAsync({ outputDir: staticFolder, bundles, fileNames });