Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/dropserver_app/approutes.ts>StaticOpts

Library that helps you create Dropserver applications
Latest
type alias StaticOpts
import { type StaticOpts } from "https://deno.land/x/dropserver_app@v0.2.2/approutes.ts";

Options to pass to the static file handler

definition: { path: string; }