Home
last modified time | relevance | path

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

/expo/packages/@expo/cli/src/export/
H A DwriteContents.ts147 const metadataPath = path.join(outputDir, 'metadata.json'); constant
148 debug(`Writing metadata.json to ${metadataPath}`);
149 await fs.writeFile(metadataPath, JSON.stringify(contents));
/expo/docs/pages/eas/metadata/
H A Dconfig.mdx13 You can configure the path or name of the store config file with the **eas.json** [`metadataPath`](…
48 …reating a JavaScript config file **store.config.js**. Then, use the [`metadataPath`](../../submit/…
69 "metadataPath": "./store.config.js"
108 "metadataPath": "./store.config.js"
H A Dgetting-started.mdx49 …ange the name and location of this file by setting the **eas.json** [`metadataPath`](../../submit/…