wevm / frog

Framework for Farcaster Frames 🐸
https://frog.fm
Other
408 stars 94 forks source link

NPM->Vercel template has incorrect typings issue #336

Closed dalechyn closed 2 months ago

dalechyn commented 3 months ago

Describe the bug

Types are borked after making a template with npm+vercel. Screenshot 2024-05-27 at 17 49 27

Link to Minimal Reproducible Example

https://github.com/dalechyn/frog-27may-npm-vercel

Steps To Reproduce

  1. npx create-frog@latest
  2. vercel template

Frog Version

0.11.2

TypeScript Version

5.0.4

Check existing issues

Anything else?

No response

AndrewCarneal commented 3 months ago

This same issue occurs when using the "Bootstrap via Vercel" button in the getting started guide: https://frog.fm/getting-started

dalechyn commented 2 months ago

Should have been fixed by https://github.com/honojs/hono/pull/2662/commits/5bd2b71709a3e8d28a83c193fb70d7363b65dc85 in https://github.com/honojs/hono/pull/2662. trying to bump hono versions to see if this gets it fixed.