Aman Desai
Request env variables on application startup from backend
I use runtime config too, for some things, see https://github.com/profilecity/vidur/blob/main/app/components/admin/Sidebar.vue
19 replies
Request env variables on application startup from backend
this is one example: https://github.com/profilecity/vidur/blob/main/app/composables/remote-asset.ts
19 replies
Request env variables on application startup from backend
In Vidur, I wrote a plugin to fetch env from API call and setup as state to be accessible throughout the application.
https://github.com/profilecity/vidur/blob/main/app/plugins/setup-state.ts
19 replies