You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 28, 2025. It is now read-only.
Which the import.meta is only supported in Vite and not hono. Request for the instructions to include the proper snippet for Vercel integration in Hono.
Docs: https://frog.fm/platforms/vercel#setup-devtools
Discussed in #252
Originally posted by mmurrs April 13, 2024
Adding Vercel manually to the base Frog template, under the Devtool section, the docs include:
if (import.meta.env?.MODE === 'development') devtools(app, { serveStatic })
else devtools(app, { assetsPath: '/.frog' })
Which the import.meta is only supported in Vite and not hono. Request for the instructions to include the proper snippet for Vercel integration in Hono.

Docs: https://frog.fm/platforms/vercel#setup-devtools