Baroshem / microservice-template

📖 Nest.js based microservice repository template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error when run

hilallucky opened this issue · comments

Bug Report

I got error when try to run

await app.listen(() => {
logger.log('Microservice is listening');
});
}
bootstrap();

image