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 54fccec commit 1121e35Copy full SHA for 1121e35
lib/config/index.dart
@@ -1,6 +1,6 @@
1
import 'development.dart' as Development;
2
import 'production.dart' as Production;
3
4
-const bool isPro = false;
+const bool isPro = true;
5
6
Object env = isPro ? Production.Config() : Development.Config();
0 commit comments