[Vuejs]-.env variable not a string, when trying to `yarn build` my Firebase project?

0👍

By doing some more research i found out none of my .env variables were working. I fixed this issue by adding this line of code to my nuxt.config.js: require('dotenv').config();

Leave a comment