Skip to content

tRPC: change the way the generated class is registered #3888

@jknack

Description

@jknack

On 4.1.0

app.mvc(new MovieService_());

Starting on 4.2.0

app.trpc(new MovieServiceTrpc_());

In 4.1.0 Rest/tRPC routes are generated into a single file. In 4.2.0 there are two files one for each of them.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions