Currently, the plugin only emits a schema file on runtime, but this is not ideal for designing a microservice architecture, when other services depend on that schema file for generating their own code.
Is there a possibility to emit the schema file without having to run the NestJS server?