Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/frugal/packages/core/Config.ts>Config

A frugal web framework
Go to Latest
type alias Config
import { type Config } from "https://deno.land/x/frugal@0.5.0/packages/core/Config.ts";
definition: { self: URL; root?: URL; importMap?: string; loaders?: Loader<unknown>[]; outputDir: string; pages: Page[]; pagePersistence?: Persistence; cachePersistence?: Persistence; logging?: log.Config; }