Hello,
I’m trying to debug my SSR Nuxt project and therefore access my build log to see how my build is actually generated. I would like to access the logs as I do locally, meaning be able to use my console logs as well.
4:21:04 PM: > nuxt generate
4:21:27 PM:
4:21:27 PM: (build.command completed in 23.7s)
This is the part where I’d like to have detailed logs.
To be clear, the build is not failing but I’d like to access the full version of log as it was possible some times again upsers
I spend some times searching through docs and the community forum and found no solutions so far.
I did try adding various CI= vars and commands in my netlify.toml.
Thank you in advance.
Help me with this problem.