### 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 - [X] I checked there isn't [already an issue](https://github.com/wevm/frog/issues) for the bug I encountered. ### Anything else? _No response_
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 vercelnpm run devwill fail with:Error: Missing "./vercel" specifier in "frog" packageFrog Version
0.18.2
TypeScript Version
No response
Check existing issues
Anything else?
No response