import 'package:friflex_starter/runner/app_runner.dart';
void main(List<String> arguments) => AppRunner(.dev).run(arguments);