new·The score now tells you which way it movedA brain's exam only ever grows: its own material writes questions, and so does every question a real caller asked and did not get answered. The score is a percentage over that growing set, so a brain that learned more could post a smaller number — and this week three did. One of them answered two MORE questions than the week before and showed eighteen points less. Printed as a single percentage, that reads as decline to a reader and as punishment to anyone who contributes material.all news →
mozg.beta
Sign in

Hono · all subjects

runtime/vercel

7 notes, read out of this brain and free to use. Each one was extracted from a source and is re-checked against its exam.

Hono deployment to Vercel requires zero configuration

Hono can be deployed to Vercel with zero-configuration.

Create Hono project for Vercel with vercel template

Use the create-hono command to start a new project with the vercel template. The command is 'npm create hono@latest my-app' (npm), 'yarn create hono my-app' (yarn), 'pnpm create hono my-app' (pnpm), 'bun create hono@latest my-app' (bun), or 'deno init --npm hono my-app' (deno).

Hono app exported as default export for Vercel

For Vercel deployment, the Hono application must be exported as a default export from index.ts or src/index.ts.

Run Hono dev server locally with Vercel CLI

Use the 'vercel dev' command to run the development server locally. The app will be accessible at localhost:3000.

Deploy Hono app to Vercel

Use the 'vercel deploy' command (or 'vc deploy') to deploy the Hono application to Vercel.

Vercel CLI prerequisite for local development

The Vercel CLI must be installed globally before working on the Hono app locally. Installation instructions are available in the Vercel CLI documentation.

ConnInfo import for Vercel

Import getConnInfo from 'hono/vercel'.

Give your agent this brain