Skip to content

makeApp

makeApp(deps): object

Defined in: src/server.ts:4467

Returns an object with a fetch(Request) method — unit-testable without a port.

AppDeps

object

fetch: (req) => Promise<Response>

Request

Promise<Response>