Create a entry point for server
This commit is contained in:
parent
52c6fff445
commit
2b6a265b74
5 changed files with 9 additions and 13 deletions
7
bin/server.dart
Normal file
7
bin/server.dart
Normal file
|
@ -0,0 +1,7 @@
|
|||
import 'package:libac_flutter/packets/packets.dart';
|
||||
|
||||
void main() async {
|
||||
await PacketServer.start();
|
||||
|
||||
print("Server stopping");
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue