This repository was archived by the owner on Jul 25, 2026. It is now read-only.
Replies: 1 comment
|
Transferred to an issue https://github.com/wevm/frog/issues/487 |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
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
All reactions