import { type RouterOptions } from "https://dotland.deno.dev/x/fresh@1.7.3/server.ts";
Properties
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