type alias RoutesConfigimport { type RoutesConfig } from "https://deno.land/x/aleph@1.0.0-alpha.58/server/types.ts"; definition: { glob: string; generate?: boolean; host?: boolean; }