Context: a monorepo app with nuxt and strapi.
I’ve got a doubt regarding env variables. How do you manage env variables in your setup? I mean, the nuxt app manages a set of env variables, and the strapi app manages its own set of env variables as well. When deploying a webapp from Cleavr you can define env variables, but as far as I know they are saved in an .env
file in the root of the repo. How do the strapi app access them then?