Skip to main content
Module

x/aleph/types.ts>Config

The Full-stack Framework in Deno.
Very Popular
Go to Latest
type alias Config
import { type Config } from "https://deno.land/x/aleph@v0.3.0-alpha.32/types.ts";

The config for the aleph server application.

definition: { framework?: "react"; buildTarget?: BuildTarget; browserslist?: BrowsersList; basePath?: string; srcDir?: string; outputDir?: string; defaultLocale?: string; locales?: string[]; ssr?: boolean | SSROptions; plugins?: (LoaderPlugin | ServerPlugin)[]; css?: CSSOptions; headers?: Record<string, string>; rewrites?: Record<string, string>; compress?: boolean; env?: Record<string, string>; }