Load server information from .env file.

This commit is contained in:
2026-01-14 19:34:09 +01:00
parent 8659d58a57
commit 25a47bbce9
3 changed files with 21 additions and 4 deletions
+3 -3
View File
@@ -9,15 +9,15 @@
"dependencies": {
"@fontsource/roboto": "5.2.9",
"@mdi/font": "7.4.47",
"@pinia/nuxt": "^0.11.3",
"@pinia/nuxt": "0.11.3",
"nuxt": "4.2.2",
"pinia": "^3.0.4",
"vue": "3.5.26",
"vue-router": "4.6.4"
},
"devDependencies": {
"vite-plugin-vuetify": "^2.1.2",
"vuetify": "^3.11.6"
"vite-plugin-vuetify": "2.1.2",
"vuetify": "3.11.6"
}
},
"node_modules/@babel/code-frame": {