Home
last modified time | relevance | path

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

/expo/tools/bin/
H A Dexpotools.js14 const STATE_PATH = path.join(ROOT_PATH, 'cache', '.state.json'); constant
179 if (canRequire(STATE_PATH)) {
180 return require(STATE_PATH);
190 fs.mkdirSync(path.dirname(STATE_PATH), { recursive: true });
191 fs.writeFileSync(STATE_PATH, JSON.stringify(state, null, 2));