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 args) { run(args); }