Function find_pages_structure

Source
pub fn find_pages_structure(
    project_root: Vc<FileSystemPath>,
    next_router_root: Vc<FileSystemPath>,
    page_extensions: Vc<Vec<RcStr>>,
) -> Vc<PagesStructure>
Expand description

Finds and returns the PagesStructure of the pages directory if existing.