This repository was archived by the owner on Jul 28, 2025. It is now read-only.
Replies: 1 comment
-
Transferred to an issue #487 |
Beta Was this translation helpful? Give feedback.
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
Beta Was this translation helpful? Give feedback.
All reactions