nuxt generate sets process.env.NODE_ENV to prerender after nuxt.config.ts
When i run nuxt generate and i print the process.env.NODE_ENV in the nuxt.config.ts it is as expected 'production' but when i call it in a pinia store it suddenly is 'prerender. Is there a reason why?
I have searched the issues of this repository and believe that this is not a duplicate. What problem does this feature solve? I am developing an SSG project using Nuxt and Ant Design Vue. When I ru...