Home
last modified time | relevance | path

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

/expo/packages/@expo/cli/src/start/server/
H A DAsyncNgrok.ts44 async _getIdentifyingUrlSegmentsAsync(): Promise<string[]> { method in AsyncNgrok
62 return [...(await this._getIdentifyingUrlSegmentsAsync()), NGROK_CONFIG.domain].join('.');
67 return (await this._getIdentifyingUrlSegmentsAsync()).join('-');