zarf icon indicating copy to clipboard operation
zarf copied to clipboard

App: Configuration

Open one-aalam opened this issue 1 year ago • 0 comments

Take useful configurations to change the behaviour of the BunTea instance

interface BunTeaConfig {
    appName?: string
    serverHeader?: string
    strictRouting?: boolean
    errorHandler?: (ctx: AppContext, error: Errorlike) => Response | Promise<Response> | Promise<undefined> | undefined
}

one-aalam avatar Aug 19 '22 05:08 one-aalam