Dev & Prod env
This commit is contained in:
parent
e8315adb1d
commit
aa4909f69f
5 changed files with 18 additions and 2 deletions
7
lib/mainDev.dart
Normal file
7
lib/mainDev.dart
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
import 'globals.dart' as globals;
|
||||
import 'mainCommon.dart';
|
||||
|
||||
void main() {
|
||||
globals.isDevelopment = true;
|
||||
mainCommon();
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue