Skip to main content
Module

x/alephjs/server/types.ts>AlephConfig

The Full-stack Framework in Deno.
Latest
type alias AlephConfig
import { type AlephConfig } from "https://deno.land/x/alephjs@1.0.0-alpha.78.1/server/types.ts";
definition: { appDir?: string; routes?: string; routeModules?: Record<string, Record<string, unknown>>; build?: BuildOptions; unocss?: UnoConfig & { test?: RegExp; }; devServer?: { watchFS?: (kind: "create" | "remove" | "modify", specifier: string) => void; hmrWebSocketUrl?: string; }; }