We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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)
'frog/next'
No response
npm init frog -- -t vercel
npm run dev will fail with:
npm run dev
Error: Missing "./vercel" specifier in "frog" package
0.18.2
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: