chore(env): .env.local entfernt und durch .env.development ersetzt

- Umgebungsvariablen klar getrennt: .env.development für dev, .env.production für Build
- Verhindert versehentliche Verwendung von .env.local bei next build
- Build-Umgebung verwendet jetzt korrekt .env.production
This commit is contained in:
ISA
2025-06-06 12:16:29 +02:00
parent 51d2d58f8e
commit c5846e3ba9
3 changed files with 4 additions and 4 deletions

View File

@@ -1,2 +1,2 @@
// /config/appVersion
export const APP_VERSION = "1.1.239";
export const APP_VERSION = "1.1.240";