Skip to main content
Module

x/aleph/server/mod.ts>ServeOptions

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

The options for Aleph.js server.

definition: AlephConfig & Omit<ServeInit, "onError">