refactor+docs: serverURL dynamisch, NEXT_PUBLIC_SERVER_URL entfernt (v1.1.76)

- config.js verwendet nun window.location und API_PORT_MODE zur URL-Ermittlung
- feste Konfiguration aus .env.local entfällt (bereinigt)
- neue Dokumentation: docs/frontend/config/config.md
- CHANGELOG.md aktualisiert (v1.1.76)
This commit is contained in:
Ismail Ali
2025-05-17 00:33:04 +02:00
parent 7b1d255432
commit 30bbb61f1c
6 changed files with 81 additions and 4 deletions

View File

@@ -1,2 +1,2 @@
// /config/appVersion
export const APP_VERSION = "1.1.76";
export const APP_VERSION = "1.1.77";