import { type ServeOptions } from "https://deno.land/x/aleph@v0.3.0-alpha.32/server/mod.ts";
Options for creating a standard Aleph server.
definition: { app: Application; port: number; hostname?: string; certFile?: string; keyFile?: string; signal?: AbortSignal; }