Home
last modified time | relevance | path

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

/expo/packages/@expo/cli/src/prebuild/
H A DprebuildAsync.ts5 import { configureProjectAsync } from './configureProjectAsync';
116 await profile(configureProjectAsync)(projectRoot, {
H A DconfigureProjectAsync.ts13 export async function configureProjectAsync( function