Skip to main content
Module

x/alosaur/src/models/static-config.ts

Alosaur - Deno web framework with many decorators
Very Popular
Go to Latest
File
export interface StaticFilesConfig { // local files root: string; // index file index?: string; baseRoute?: string;}