How to expose .env variables to the client in NUXT 3? – Javascript
I have a nuxt config file that tries to expose all my .env variables to the client. Some varibles are exposed and I can access them(i'm accessing using useRuntimeConfi()), and some just return "undefined" whenever i try to access them…