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:
@@ -1,2 +1,2 @@
|
||||
// /config/appVersion
|
||||
export const APP_VERSION = "1.1.239";
|
||||
export const APP_VERSION = "1.1.240";
|
||||
|
||||
Reference in New Issue
Block a user