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

x/frugal/src/cli/init/config.ts>Config

A frugal web framework
Go to Latest
type alias Config
import { type Config } from "https://deno.land/x/frugal@0.9.0/src/cli/init/config.ts";
definition: { root: string; exportType: ExportType; cacheType: CacheType; framework: Framework; force: boolean; }