nuxt.config.ts – read env to activate header
I have a JavaScript that should be added to the header if a specific env-variable
is set.
When I print the content of process.env
, there seems to be none of my envs
.
I have a JavaScript that should be added to the header if a specific env-variable
is set.
When I print the content of process.env
, there seems to be none of my envs
.