Home
last modified time | relevance | path

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

/expo/packages/@expo/cli/src/start/server/
H A DUrlCreator.ts115 hostname: getDefaultHostname(options),
143 function getDefaultHostname(options: Pick<CreateURLOptions, 'hostname'>) { function