Skip to main content
Module

x/alephjs/server/types.ts>AlephConfig

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