Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/fsrouter/core/entry.ts>RouterOptions

A file system based router for Deno.
Go to Latest
interface RouterOptions
import { type RouterOptions } from "https://deno.land/x/fsrouter@2.11.1/core/entry.ts";

A collection of options to be passed in on initialization.

Properties

optional
bootMessage: boolean

Whether or not an information message should be shown on startup. Defaults to true.

optional
debug: boolean

Whether or not to output debug information to console. Defaults to false.