Hello. .env.dev file is not working in nuxt plugin. i created .env.dev file and run script "nuxt --dotenv .env.dev". print env variable in my custom nuxt plugin. ` console.log(process.env) #output :: {} ` But .env file is working.
Hello.
.env.dev file is not working in nuxt plugin.
i created .env.dev file and run script "nuxt --dotenv .env.dev".
print env variable in my custom nuxt plugin.
console.log(process.env) #output :: {}But .env file is working.