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
-
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.
![image](https://private-user-images.githubusercontent.com/37455908/322163312-b68a843e-378e-4cf3-8884-7865bdf53132.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk0NjM4NjcsIm5iZiI6MTczOTQ2MzU2NywicGF0aCI6Ii8zNzQ1NTkwOC8zMjIxNjMzMTItYjY4YTg0M2UtMzc4ZS00Y2YzLTg4ODQtNzg2NWJkZjUzMTMyLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTMlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEzVDE2MTkyN1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWI3MjZhYzA0MWM3Y2FmOTA1OTc4NTlhZjQ5MGE2YzZmYWU5OWY1ZGJlNDQ3MThjODIwNjQ3YTdiZGNiNWYzYTMmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.Xz-HXnKoT9O9p1yFN08tqNYyHs_bcbPw3zTMqI1wXXc)
Docs: https://frog.fm/platforms/vercel#setup-devtools
Beta Was this translation helpful? Give feedback.
All reactions