• Helper function for adding a path prefix to a set of routes without needing to introduce a parent route file, for use within routes.ts.

    Parameters

    • prefixPath: string
    • routes: RouteConfigEntry[]

    Returns RouteConfigEntry[]