Update Apache configuration and frontend dependencies for improved performance and compatibility

This commit adds a ProxyTimeout setting for all proxy connections in the Apache configuration, enhancing the server's ability to manage long-lived connections. Additionally, it updates the frontend dependencies, specifically upgrading `eslint` to version 9.39.1 and `vite` to version 7.2.2, ensuring better compatibility and performance in the development environment. These changes contribute to a more robust and efficient application.
This commit is contained in:
Torsten Schulz (local)
2025-11-15 23:35:15 +01:00
parent 1535c8795b
commit 1bb5f61b57
3 changed files with 663 additions and 797 deletions

View File

@@ -24,11 +24,11 @@
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.2.1",
"eslint": "^7.32.0",
"eslint": "^9.39.1",
"eslint-plugin-vue": "^8.0.3",
"sass": "^1.77.8",
"sass-loader": "^14.2.1",
"vite": "^5.4.2"
"vite": "^7.2.2"
},
"eslintConfig": {
"root": true,