Support string imports for Route#group()
#65
Labels
component:http-server
Pertains to the kubit/http-server component
status:accepted
We have accepted this request and plan to do it but aren't sure when
type:feature
New feature or request
Sometimes it can become pretty unweildly having a bunch of
Route.group(() => { ... })
in your routes, so we could make this a bit better by allowing you to pass a path string into the group method which will then tell Kubit to import that file and execute it in the context of the route group.This could allow you to split things up
The text was updated successfully, but these errors were encountered: