Home
last modified time | relevance | path

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

/expo/tools/src/commands/
H A DPublishProdExpoHomeCommand.ts177 const easUpdateURL = `https://u.expo.dev/${easProjectId}`; constant
204 console.log(`Modifying home's update URL to ${chalk.green(easUpdateURL)}...`);
205 appJson.expo.updates.url = easUpdateURL;