I don't want to follow the convention of putting my environment variable (.env
file) at the root directory of my Nuxt project.
How can I achieve another directory or even name for it without using the @nuxtjs/dotenv module? (I know this one is already baked into Nuxt since v2.13
and hence, not needed anymore).
nuxt.config.js
. thanks – Twitt