type alias ServeOptionsimport { type ServeOptions } from "https://dotland.deno.dev/x/aleph@v0.3.0-alpha.29/server/server.ts"; Options for creating a standard Aleph server. definition: { app: Application; port: number; hostname?: string; certFile?: string; keyFile?: string; }