Skip to main content
Module

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

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