- 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
3 lines
60 B
JavaScript
3 lines
60 B
JavaScript
// /config/appVersion
|
|
export const APP_VERSION = "1.1.240";
|