interface RouterInitimport { type RouterInit } from "https://dotland.deno.dev/x/aleph@1.0.0-beta.15/server/types.ts"; The router options for the file-system based routing. Propertiesoptionalglob: stringThe glob to match routes. optionaldir: stringThe directory of the FS routing. Default is './routes' optionalexts: string[]The extnames to match routes. optionalroutes: Record<string, Record<string, unknown>>The pre-built routes.