Skip to main content
The Deno 2 Release Candidate is here
Learn more
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://deno.land/x/aleph@v0.3.0-alpha.5/framework/core/routing.ts";
definition: { routes?: Route[]; rewrites?: Record<string, string>; baseUrl?: string; defaultLocale?: string; locales?: string[]; }