flutter-vienna-hackathon-25/wien_talks_server/bin/main.dart
2025-08-17 11:57:58 +02:00

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);
}