Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
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.32/server/mod.ts";

The options for the Aleph.js server.

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