Creates an implemented service that is fully ready to be run as a server by attaching endpoint implementations to the given ServiceDefinition.
This should only be run in backend code.
Init must be first so that TypeScript can infer the type for Context.
Context
@rest-vir/implement-service
Creates an implemented service that is fully ready to be run as a server by attaching endpoint implementations to the given ServiceDefinition.
This should only be run in backend code.