João Lenon
João Lenon
> Don't use console.log, use pino.destination() instead (otherwise you loose all the benefit of worker_threads). But how I could use `pino.destination()` to show the log in the stdout of the...
Please excuse my ignorance @mcollina I was trying to create a custom transporter which would format the log similarly to `pino-pretty`. Then this formatted log would be transport to the...
> > `import { register } from 'node:module'`, and that is _not_ currently synchronous. > > > > It is synchronous: https://github.com/nodejs/node/pull/46826 He is right, `register` fn is not totally...
Sorry the delay, I've uploaded the code with the suggestions.
> So what's the resolution on this? Is it coming in? Well, the implementation is done. We just need to wait to the core contributors to merge it or some...
Hey @cspotcode could you take a look on this please?
### :white_check_mark: **Snyk checks have passed. No issues have been found so far.** | Status | Scanner |  Critical |  High |  Medium |  Low |...
> Would checking if `index.html` exists suffice? Yes. I will make a PR for that 👍 > Also what if you want to have multiple entry points (An MPA)? There...