Kind: Function
Source: src/adapter/cloudflare-pages/handler.ts
Part of: Adapter
Signature
tsfunction handle(app: Hono<E, S, BasePath>): PagesFunction<E['Bindings']>
Parameters
| Name | Type |
|---|---|
app | Hono<E, S, BasePath> |
Returns: PagesFunction<E['Bindings']>
Was this page helpful?