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

Vercel scaffolding includes incorrect import path #528

Description

@chejazi

Describe the bug

Creating a new Vercel project with frog generates an index.tsx file which includes this as an import

import { handle } from 'frog/vercel'

However I believe the correct import should be from 'frog/next' (worked for me)

Link to Minimal Reproducible Example

No response

Steps To Reproduce

npm init frog -- -t vercel

npm run dev will fail with:

Error: Missing "./vercel" specifier in "frog" package

Frog Version

0.18.2

TypeScript Version

No response

Check existing issues

Anything else?

No response

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions