Home
last modified time | relevance | path

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

/expo/packages/@expo/cli/src/export/web/
H A Dindex.ts39 const { exportWebAsync } = await import('./exportWebAsync.js'); constant
40 return exportWebAsync(projectRoot, options).catch(logCmdError);
H A DexportWebAsync.ts12 export async function exportWebAsync(projectRoot: string, options: Options) { function