Module

x/aleph/framework/core/routing.ts>RoutingOptions

The Full-stack Framework in Deno.
Go to Latest
type alias RoutingOptions
import { type RoutingOptions } from "https://dotland.deno.dev/x/aleph@v0.3.0-beta.3/framework/core/routing.ts";
definition: { basePath?: string; defaultLocale?: string; locales?: string[]; routes?: Route[]; rewrites?: Record<string, string>; }