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 f36954e commit 207366fCopy full SHA for 207366f
lib/main.dart
@@ -4,7 +4,7 @@ import 'package:ht_main/bootstrap.dart';
4
// Define the current application environment here.
5
// Change this value to switch between environments for local development.
6
// production/development/demo
7
-const currentEnvironment = app_config.AppEnvironment.development;
+const currentEnvironment = app_config.AppEnvironment.demo;
8
9
void main() async {
10
final appConfig = switch (currentEnvironment) {
0 commit comments