We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 143e87e commit 174c678Copy full SHA for 174c678
lib/main.dart
@@ -6,7 +6,7 @@ import 'package:ht_dashboard/app/config/config.dart';
6
import 'package:ht_dashboard/bootstrap.dart';
7
8
// Define the current application environment (production/development/demo).
9
-const AppEnvironment appEnvironment = AppEnvironment.development;
+const AppEnvironment appEnvironment = AppEnvironment.demo;
10
11
@JS('removeSplashFromWeb')
12
external void removeSplashFromWeb();
0 commit comments