mirror of
https://github.com/smmarty/friflex_flutter_starter.git
synced 2025-12-22 09:30:45 +00:00
5 lines
154 B
Dart
5 lines
154 B
Dart
import 'package:friflex_starter/app/app_env.dart';
|
|
import 'package:friflex_starter/runner/app_runner.dart';
|
|
|
|
void main() => AppRunner(AppEnv.prod).run();
|