type alias AlephConfigimport { type AlephConfig } from "https://dotland.deno.dev/x/aleph@1.0.0-alpha.32/server/types.ts"; definition: { basePath?: string; build?: BuildOptions; routes?: RoutesConfig | string; unocss?: UnoConfig; }