How to access environment variables of .env in pinia store in Nuxt 4
Currently in .env
In pinia store
testApiKey is empty. If I change to just include everything in process.env then following is showed
In pinia store
testApiKey is empty. If I change to just include everything in process.env then following is showed
