Skip to content

Commit 5fd796f

Browse files
author
yangshangzhi
committed
Merge branch 'test'
2 parents 663aa70 + b0ee630 commit 5fd796f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/config/index.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import 'development.dart' as Development;
22
import 'production.dart' as Production;
33

4-
const bool isPro = true;
4+
const bool isPro = false;
55

66
Object env = isPro ? Production.Config() : Development.Config();

0 commit comments

Comments
 (0)