(): Promise<void> Start the zzz server using Deno runtime.
Creates the full backend with providers, WebSocket, and HTTP RPC
endpoints via create_zzz_app, then serves with Deno.serve.
returns
Promise<void> Deno server entry point for zzz.
Single entry point for both dev mode (gro dev via gro_plugin_deno_server)
and production (zzz daemon start). Uses the shared create_zzz_app factory
for the Hono app, then binds with Deno.serve and handles daemon lifecycle.
(): Promise<void> Start the zzz server using Deno runtime.
Creates the full backend with providers, WebSocket, and HTTP RPC
endpoints via create_zzz_app, then serves with Deno.serve.
Promise<void>