Skip to main content
Module

x/alosaur/mod.ts>AreaConfig

Alosaur - Deno web framework with many decorators
Very Popular
Go to Latest
interface AreaConfig
import { type AreaConfig } from "https://deno.land/x/alosaur@v0.38.0/mod.ts";

Properties

optional
baseRoute: string
optional
providers: ProviderDeclaration[]
optional
controllers: Function[]