On main.ts you need to do
await app.startAllMicroservices();
before the app.listen()
You can see the example in the Official docs