Quasar build deployment on Heroku and environment variables
-
Hello,
I’m struggling on how to connect Heroku environment variables in my Quasar build.
On another project using Nuxt it was OK but now with a Quasar SPA build it does not workI use the following in quasar.conf.js
env: { APIUrl2: JSON.stringify(process.env.TEST_VALUE) }
where TEST_VALUE has been configured in Heroku like that
heroku config:set TEST_VALUE=tiguidooPlease help !!!
Thanks
Francis
-
Hi did you ever figure this out? Having the same issue
-
hey lopu did you manage? same situation for me…