mirror of
https://github.com/vodemn/m3_lightmeter.git
synced 2024-11-22 15:30:59 +00:00
4 lines
155 B
Dart
4 lines
155 B
Dart
import 'package:lightmeter/environment.dart';
|
|
import 'package:lightmeter/runner.dart';
|
|
|
|
Future<void> main() => runLightmeterApp(const Environment.prod());
|