Home
last modified time | relevance | path

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

/expo/packages/@expo/cli/src/start/server/middleware/inspector/
H A DLaunchBrowserImplMacOS.ts42 const appDirectory = await osascript.execAsync( constant
45 const appPath = globSync('Contents/MacOS/*', { cwd: appDirectory.trim(), absolute: true })?.[0];
47 throw new Error(`Cannot find application path from ${appDirectory}Contents/MacOS`);