import { RoutesBuilder } from "https://deno.land/x/dropserver_app@v0.2.1/approutes.ts";
Create a static file handler with the passed options. Static file handlers created this way are handled by the Dropserver host and do not require a running sandbox, saving resources.
Parameters
opts: StaticOpts
see StaticOpts struct.