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

Vercel scaffolding includes incorrect import path #528

Open
1 task done
chejazi opened this issue Dec 6, 2024 · 0 comments
Open
1 task done

Vercel scaffolding includes incorrect import path #528

chejazi opened this issue Dec 6, 2024 · 0 comments

Comments

@chejazi
Copy link

chejazi commented Dec 6, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant