Enhanced Observability for Hono and Express projects

Published: (January 15, 2026 at 08:00 AM EST)
1 min read

Source: Vercel Blog

Experimental Build Mode for Hono and Express

  • Users can opt in to an experimental build mode for Hono and Express projects.
  • This mode lets you filter logs by route, similar to Next.js, and it updates the build pipeline with better module resolution.
  • To enable it, set the environment variable:
VERCEL_EXPERIMENTAL_BACKENDS=1

in your project’s environment variables.

Read more…

Back to Blog

Related posts

Read more »

Improved environment variables UI

The environment variables UI is now easier to manage across shared and project environment variables. You can spend less time scrolling, use larger hit targets,...