Am trying to use Pino with nuxt3 and thus I have declare it in a function at
server/utils/logger.ts
server/utils/logger.ts
so the logger doesn't seem to initialize at the correct time "possibly" when deployed on Vercel. ( since it somehow is not able to read the enviroment variables )