mirror of
https://github.com/timokz/flutter-vienna-hackathon-25.git
synced 2025-11-08 23:44:19 +01:00
7 lines
206 B
Dart
7 lines
206 B
Dart
import 'package:wien_talks_server/server.dart';
|
|
|
|
/// This is the starting point for your Serverpod server. Typically, there is
|
|
/// no need to modify this file.
|
|
void main(List<String> args) {
|
|
run(args);
|
|
}
|