mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
8 lines
122 B
Dart
8 lines
122 B
Dart
library frontend_server;
|
|
|
|
import 'package:frontend_server/server.dart';
|
|
|
|
void main(List<String> args){
|
|
starter(args);
|
|
}
|