Skip to main content
Module

x/aleph/server/types.ts>AlephConfig

The Full-stack Framework in Deno.
Very Popular
Go to Latest
type alias AlephConfig
import { type AlephConfig } from "https://deno.land/x/aleph@1.0.0-alpha.65/server/types.ts";
definition: { routes?: RoutesConfig | string; build?: BuildOptions; unocss?: UnoConfig; devServer?: { watchFS?: (kind: "create" | "remove" | "modify", specifier: string) => void; hmrWebSocketUrl?: string; }; }