import { type ServeInit } from "https://deno.land/x/aleph@1.0.0-alpha.55/lib/serve.ts";
definition: ServerInit & { certFile?: string; keyFile?: string; signal?: AbortSignal; onListenSuccess?: (port: number) => void; }
import { type ServeInit } from "https://deno.land/x/aleph@1.0.0-alpha.55/lib/serve.ts";