Pass env variables from azure pipelines to Vue app in 2.6 with Quasar with readonlyrootfilesystem
I have a Vue App running in 2.6 with Quasar, i’m changing the configuration of my task definition in AWS to readonlyrootfilesystem = true, the thing is, to the moment i have been using a sh script to write the env variables to a file and use them with window.configs, but with readonlyrootfilesystem as true, i cannot write to files.