Searched refs:PAGES_DIR (Results 1 – 1 of 1) sorted by relevance
10 const PAGES_DIR = path.resolve(dirname, '../pages'); constant34 .readdirSync(PAGES_DIR, { withFileTypes: true })555 const filePath = path.resolve(PAGES_DIR, file);591 .readdirSync(path.resolve(PAGES_DIR, dir), { withFileTypes: true })604 const { pathname } = new URL(path.relative(PAGES_DIR, file), 'https://docs.expo.dev');