type alias Configimport { type Config } from "https://dotland.deno.dev/x/aleph@v0.3.0-alpha.33/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>; }