* This uses loadEnv to load an environment file at configuration
time.
* Documentation:
* https://vitejs.dev/config/#environment-variables
* More on environment files:
* https://vitejs.dev/guide/env-and-mode.html
* `VIKUNJA_FRONTEND_BASE` is the variable in the environment
file that will be used to set Vite’s base option.
* This adds a commented example to .env.local.example
Signed-off-by: Jef Oliver <jef@eljef.me>