Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Manual Vercel Installation Instructions for Hono Support #487

Open
dalechyn opened this issue Sep 10, 2024 Discussed in #252 · 0 comments
Open

Manual Vercel Installation Instructions for Hono Support #487

dalechyn opened this issue Sep 10, 2024 Discussed in #252 · 0 comments
Labels
A: Docs Area: Documentation P: Low Priority: Low

Comments

@dalechyn
Copy link
Collaborator

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
image

@dalechyn dalechyn added A: Docs Area: Documentation P: Low Priority: Low labels Sep 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A: Docs Area: Documentation P: Low Priority: Low
Projects
None yet
Development

No branches or pull requests

1 participant