Skip to main content
Module

x/frugal/docs/dep/frugal/core.ts>Config

A frugal web framework
Go to Latest
type alias Config
import { type Config } from "https://deno.land/x/frugal@0.2.1/docs/dep/frugal/core.ts";
definition: { self: URL; root?: URL; importMap?: string; loaders?: Loader<unknown>[]; outputDir: string; pages: Page<any, any, any>[]; pagePersistance?: Persistance; cachePersistance?: Persistance; logging?: log.Config; }