Skip to content

Commit 174c678

Browse files
authored
Update main.dart
Signed-off-by: fulleni <[email protected]>
1 parent 143e87e commit 174c678

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/main.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import 'package:ht_dashboard/app/config/config.dart';
66
import 'package:ht_dashboard/bootstrap.dart';
77

88
// Define the current application environment (production/development/demo).
9-
const AppEnvironment appEnvironment = AppEnvironment.development;
9+
const AppEnvironment appEnvironment = AppEnvironment.demo;
1010

1111
@JS('removeSplashFromWeb')
1212
external void removeSplashFromWeb();

0 commit comments

Comments
 (0)