Skip to content
This repository was archived by the owner on Jul 28, 2025. It is now read-only.
This repository was archived by the owner on Jul 28, 2025. It is now read-only.

Manual Vercel Installation Instructions for Hono Support #487

@dalechyn

Description

@dalechyn

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    A: DocsArea: DocumentationP: LowPriority: Low

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions