mirror of
https://github.com/Auties00/Reboot-Launcher.git
synced 2026-01-13 03:02:22 +01:00
6 lines
166 B
Dart
6 lines
166 B
Dart
import 'package:server_browser_backend/server_browser_backend.dart';
|
|
|
|
void main() async {
|
|
final server = ServerBrowserBackend();
|
|
await server.start(port: 8080);
|
|
} |