8 lines
122 B
Dart

library frontend_server;
import 'package:frontend_server/server.dart';
void main(List<String> args){
starter(args);
}