Yeah tried that too. It also didn't work in standalone mode with Docker. I needed to copy the whole node_modules to the container. Because after copying only the @workflow/world-postgres, it complains ...
As pino uses worker threads from NodeJS, which is not available on client side, understandably build process was running into "Cannot find module". So, I had to create two separate loggers - one using ...