Skip to main content
Module

x/pagic/deps.ts>fileServer.FileServerArgs

A static site generator powered by Deno + React
Go to Latest
interface fileServer.FileServerArgs
import { type fileServer } from "https://deno.land/x/pagic@v1.5.1/deps.ts";
const { FileServerArgs } = fileServer;

Properties

_: string[]
optional
p: number
optional
port: number
optional
cors: boolean
optional
dir-listing: boolean
optional
dotfiles: boolean
optional
host: string
optional
c: string
optional
cert: string
optional
k: string
optional
key: string
optional
h: boolean
optional
help: boolean