We used to have a system for setting the VUE_APP_VERSION environmental variable from the GitHub Action that builds the website, so that the website version would be included in the header of the app.
However, Vite uses a different system for storing and exposing environmental variables (https://vitejs.dev/guide/env-and-mode.html) and so this system will need to be changed.
We used to have a system for setting the
VUE_APP_VERSION
environmental variable from the GitHub Action that builds the website, so that the website version would be included in the header of the app.https://github.com/phyloref/klados/blob/1e576d21b80b24dbdf722d524cc1c15a8928b2e6/src/App.vue#L63-L65
However, Vite uses a different system for storing and exposing environmental variables (https://vitejs.dev/guide/env-and-mode.html) and so this system will need to be changed.