pub fn get_entrypoints(
app_dir: FileSystemPath,
page_extensions: Vc<Vec<RcStr>>,
is_global_not_found_enabled: Vc<bool>,
explicit_parallel_route_children: Vc<bool>,
strict_route_matching: Vc<bool>,
next_mode: Vc<NextMode>,
) -> Vc<Entrypoints>