Skip to main content
Module

x/aleph/types.ts>Config

The Full-stack Framework in Deno.
Go to Latest
interface Config
import { type Config } from "https://deno.land/x/aleph@v0.2.3/types.ts";

Properties

readonly
srcDir: string
readonly
outputDir: string
readonly
baseUrl: string
readonly
defaultLocale: string
readonly
locales: string[]
readonly
ssr: boolean | SSROptions
readonly
buildTarget: string
readonly
sourceMap: boolean
readonly
env: Record<string, string>
readonly
importMap: { imports: Record<string, string>; }