import { type RouterOptions } from "https://deno.land/x/fresh@1.7.1/src/server/types.ts";
Properties
Controls whether Fresh will append a trailing slash to the URL.
Configures the pattern of files to ignore in islands and routes.
By default Fresh will ignore test files,
for example files with a .test.ts
or a _test.ts
suffix.
Serve fresh from a base path instead of from the root. "/foo/bar" -> http://localhost:8000/foo/bar