We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df6b6bf commit 9b4838fCopy full SHA for 9b4838f
packages/dart_frog_cli/bin/dart_frog.dart
@@ -1,5 +1,6 @@
1
+import 'dart:io';
2
+
3
import 'package:dart_frog_cli/src/command_runner.dart';
-import 'package:universal_io/io.dart';
4
5
Future<void> main(List<String> args) async {
6
final exitCode = await DartFrogCommandRunner().run(args);
0 commit comments