always .env

This commit is contained in:
Brord van Wierst 2023-12-01 23:24:06 +01:00
parent c7a2061003
commit 1c44f4550c
No known key found for this signature in database
GPG key ID: 20E7ACBD8E02BC11

View file

@ -12,16 +12,6 @@ class Environment {
DateTime.utc(2023, 1, 25).isBefore(DateTime.now());
static String get fileName {
// return '.env.prod';
if (kIsWeb) {
return '.env';
}
if (PlatformInfos.isMobile) {
if (kDebugMode) {
return '.env';
}
return '.env.prod';
}
return ".env";
}