export interface Config { host?: string; port?: number; dir?: string; cors?: boolean; single?: boolean; cache?: boolean; suffix?: string; }