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.75/server/types.ts";
definition: { routes?: string; routesModules?: Record<string, Record<string, unknown>>; build?: BuildOptions; unocss?: UnoConfig; caches?: CacheStorage; devServer?: { watchFS?: (kind: "create" | "remove" | "modify", specifier: string) => void; hmrWebSocketUrl?: string; }; }