Skip to content

Commit 207366f

Browse files
committed
chore: switch to demo environment
1 parent f36954e commit 207366f

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
@@ -4,7 +4,7 @@ import 'package:ht_main/bootstrap.dart';
44
// Define the current application environment here.
55
// Change this value to switch between environments for local development.
66
// production/development/demo
7-
const currentEnvironment = app_config.AppEnvironment.development;
7+
const currentEnvironment = app_config.AppEnvironment.demo;
88

99
void main() async {
1010
final appConfig = switch (currentEnvironment) {

0 commit comments

Comments
 (0)