Home
last modified time | relevance | path

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

/expo/packages/expo-updates/e2e/fixtures/project_files/e2e/tests/utils/
H A Dupdate.ts8 const STATIC_FOLDER_PATH = path.resolve(__dirname, '..', '.static'); constant
71 await fs.mkdir(STATIC_FOLDER_PATH, { recursive: true });
73 const bundleDestPath = path.join(STATIC_FOLDER_PATH, filename);
83 await fs.mkdir(STATIC_FOLDER_PATH, { recursive: true });
84 const destinationPath = path.join(STATIC_FOLDER_PATH, filename);