Skip to content

[Feature] match routes by pattern in splitted server #852

Open
@med8bra

Description

@med8bra

It would useful to be able to match multiple routes with single regex pattern in SplittedFunctionOptions.routes, as now every route should be listed in the config.

// Before 
-      routes: [ 'pages/app/index', 'pages/app/products', 'pages/app/products/[id]'],
// After
+      routes: [ 'pages/app/:path*'],

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions