1 Commits

Author SHA1 Message Date
2805dd552f Update Caddyfile 2026-01-02 20:25:53 -05:00
3 changed files with 5 additions and 9 deletions

View File

@@ -1,8 +1,4 @@
{
auto_https off
}
:80 { :80 {
file_server file_server
reverse_proxy /api/* localhost:8080 reverse_proxy /api/* backend:8080
} }

6
package-lock.json generated
View File

@@ -15262,9 +15262,9 @@
"license": "MIT" "license": "MIT"
}, },
"node_modules/vuetify": { "node_modules/vuetify": {
"version": "3.11.6", "version": "3.11.5",
"resolved": "https://registry.npmjs.org/vuetify/-/vuetify-3.11.6.tgz", "resolved": "https://registry.npmjs.org/vuetify/-/vuetify-3.11.5.tgz",
"integrity": "sha512-vaWvEpDSeldRoib1tCKNVBp60paTD2/n0a0TmrVLF9BN4CJJn6/A4VKG2Sg+DE8Yc+SNOtFtipChxSlQxjcUvw==", "integrity": "sha512-DAS3M2w3ycZBBwRHVMzHCkxoLodzgH5YFAKPRQtm/C0WsOn+InZl3Erccpp+N+c7TD3uPoo3Xi+ve0ebRlo7Yw==",
"license": "MIT", "license": "MIT",
"peer": true, "peer": true,
"funding": { "funding": {

View File

@@ -37,7 +37,7 @@
"sass-embedded": "^1.89.2", "sass-embedded": "^1.89.2",
"unplugin-fonts": "^1.3.1", "unplugin-fonts": "^1.3.1",
"unplugin-vue-components": "^30.0.0", "unplugin-vue-components": "^30.0.0",
"vite": "^7.0.0", "vite": "^6.3.6",
"vite-plugin-vuetify": "^2.1.1" "vite-plugin-vuetify": "^2.1.1"
}, },
"eslintConfig": { "eslintConfig": {