Skip to main content
Module

x/aleph/server/mod.ts>ServerOptions

The Full-stack Framework in Deno.
Very Popular
Go to Latest
type alias ServerOptions
import { type ServerOptions } from "https://deno.land/x/aleph@1.0.0-beta.1/server/mod.ts";

The options for the Aleph.js server.

definition: Omit<ServeInit, "onError"> & { certFile?: string; keyFile?: string; fetch?: FetchHandler; logLevel?: LevelName; onError?: ErrorHandler; } & AlephConfig