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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: