Starts the Bun runtime for server.
server
Future<Runtime> serve( Server server, { String host = '127.0.0.1', int port = 3000, }) { return serveBunRuntime(server, host: host, port: port); }