server/create_zzz_app.ts

Shared zzz app factory.

Creates the Hono app with Backend, AI providers, and action endpoints. Called by the server entry point (server.ts).

Declarations
#

3 declarations

view source

create_zzz_app
#

CreateZzzAppOptions
#

ZzzApp
#

server/create_zzz_app.ts view source

ZzzApp

The created zzz app and its backend.

app

Configured Hono app with all middleware and routes.

type Hono

backend

Backend instance for lifecycle management.

type Backend

Depends on
#

Imported by
#