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.
2 parents 663aa70 + b0ee630 commit 5fd796fCopy full SHA for 5fd796f
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 = true;
+const bool isPro = false;
5
6
Object env = isPro ? Production.Config() : Development.Config();
0 commit comments